prometheus/tsdb
Oleg Zaytsev e246ce436d
s/IsEmptyPostings/IsEmptyPostingsType/
Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
2022-12-29 13:43:42 +01:00
..
agent Merge remote-tracking branch 'upstream/main' into fix-conflict 2022-10-12 14:20:02 +05:30
chunkenc Remove unused ooo.go and ooo_test.go (#366) 2022-11-23 15:41:06 +00:00
chunks
docs
encoding
errors
fileutil
goversion
hashcache
index s/IsEmptyPostings/IsEmptyPostingsType/ 2022-12-29 13:43:42 +01:00
record
test
testdata
tombstones
tsdbutil
wlog Merge remote-tracking branch 'upstream/main' into fix-conflict 2022-10-12 14:20:02 +05:30
.gitignore
async_block_writer.go
block.go
block_test.go Merge remote-tracking branch 'upstream/main' 2022-11-23 01:39:23 +08:00
blockwriter.go Merge remote-tracking branch 'upstream/main' 2022-11-23 01:39:23 +08:00
blockwriter_test.go
CHANGELOG.md
compact.go Merge remote-tracking branch 'upstream/main' 2022-11-23 01:39:23 +08:00
compact_test.go Fix tests 2022-11-23 02:21:03 +08:00
db.go Merge remote-tracking branch 'upstream/main' 2022-11-23 01:39:23 +08:00
db_test.go Merge remote-tracking branch 'upstream/main' 2022-11-23 01:39:23 +08:00
example_test.go
exemplar.go
exemplar_test.go
head.go Merge remote-tracking branch 'upstream/main' 2022-11-23 01:39:23 +08:00
head_append.go Comment fixes (#364) 2022-11-23 12:26:20 +00:00
head_append_test.go
head_bench_test.go
head_read.go s/IsEmptyPostings/IsEmptyPostingsType/ 2022-12-29 13:43:42 +01:00
head_read_test.go
head_test.go Fix tests 2022-11-23 02:21:03 +08:00
head_wal.go Merge remote-tracking branch 'upstream/main' 2022-11-23 01:39:23 +08:00
isolation.go
isolation_test.go
mocks_test.go
ooo_head.go
ooo_head_read.go
ooo_head_read_test.go
ooo_head_test.go
postings_for_matchers_cache.go
postings_for_matchers_cache_test.go
querier.go s/IsEmptyPostings/IsEmptyPostingsType/ 2022-12-29 13:43:42 +01:00
querier_bench_test.go Add more benchmark cases 2022-12-27 16:42:05 +01:00
querier_test.go Add tests for query sharding 2022-11-28 08:33:48 -08:00
README.md
repair.go
repair_test.go
symbols_batch.go
symbols_batch_test.go
tsdbblockutil.go
wal.go
wal_test.go

TSDB

GoPkg

This directory contains the Prometheus TSDB (Time Series DataBase) library, which handles storage and querying of all Prometheus v2 data.

Documentation

External resources

A series of blog posts explaining different components of TSDB: