prometheus/tsdb
Arve Knudsen 6a4a87271b PostingsForMatchersCache test improvements
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2023-10-24 17:46:52 +02:00
..
agent tsdb/agent: allow ingestion of OOO samples (#12897) 2023-10-13 16:33:09 +02:00
chunkenc Fix more counterResetInAnyBucket edgecases 2023-09-13 15:18:40 +02:00
chunks Merge remote-tracking branch 'upstream/main' into krajo/fork-sync 2023-09-19 17:53:25 +02:00
docs
encoding
errors
fileutil
goversion
hashcache Merge remote-tracking branch 'upstream/main' into merge-upstream 2021-11-18 15:48:40 +01:00
index Fix int32 overflow issues (#12978) 2023-10-16 16:23:26 +02:00
record
testdata
tombstones
tsdbutil
wlog Merge remote-tracking branch 'prometheus/main' into arve/upgrade-exp 2023-10-06 16:11:40 +02:00
.gitignore
addsymbol.go
addsymbol_stringlabels.go
async_block_writer.go
block.go Add PostingsForMatchers cache size by bytes support 2023-09-27 15:25:39 +02:00
block_test.go Merge remote-tracking branch 'prometheus/main' into chore/sync-prometheus 2023-09-18 09:29:42 +02:00
blockwriter.go
blockwriter_test.go
CHANGELOG.md
compact.go Fix int32 overflow issues (#12978) 2023-10-16 16:23:26 +02:00
compact_test.go Merge remote-tracking branch 'prometheus/main' into chore/sync-prometheus 2023-09-18 09:29:42 +02:00
db.go DB.UnorderedChunkQuerier: Remove unused ctx argument 2023-10-18 18:23:32 +02:00
db_test.go Merge remote-tracking branch 'upstream/main' into sync-upstream-20231018 2023-10-18 11:43:51 +08:00
example_test.go Add context argument to Querier.Select (#12660) 2023-09-12 12:37:38 +02:00
exemplar.go Update exp package (#12650) 2023-09-21 22:53:51 +02:00
exemplar_test.go
head.go Merge remote-tracking branch 'upstream/main' into sync-upstream-20231018 2023-10-18 11:43:51 +08:00
head_append.go Merge remote-tracking branch 'prometheus/main' into chore/sync-prometheus 2023-09-21 09:19:23 +02:00
head_append_test.go
head_bench_test.go
head_read.go Merge remote-tracking branch 'prometheus/main' into arve/upgrade-exp 2023-10-06 16:11:40 +02:00
head_read_test.go
head_test.go Merge remote-tracking branch 'upstream/main' into sync-upstream-20231018 2023-10-18 11:43:51 +08:00
head_wal.go Merge remote-tracking branch 'upstream/main' into sync-upstream-20231018 2023-10-18 11:43:51 +08:00
isolation.go
isolation_test.go
mocks_test.go
ooo_head.go
ooo_head_read.go Fix int32 overflow issues (#12978) 2023-10-16 16:23:26 +02:00
ooo_head_read_test.go Add context argument to LabelQuerier.LabelValues (#12665) 2023-09-14 16:02:04 +02:00
ooo_head_test.go
postings_for_matchers_cache.go Ensure deterministic execution, for tests 2023-10-20 16:21:26 +02:00
postings_for_matchers_cache_test.go PostingsForMatchersCache test improvements 2023-10-24 17:46:52 +02:00
querier.go Merge remote-tracking branch 'prometheus/main' into arve/upgrade-exp 2023-10-06 16:11:40 +02:00
querier_bench_test.go Merge remote-tracking branch 'prometheus/main' into arve/upgrade-exp 2023-10-06 16:11:40 +02:00
querier_test.go Test that IndexReader.PostingsForMatchers is called 2023-09-28 10:22:37 +02:00
README.md
repair.go
repair_test.go Add context argument to IndexReader.Postings (#12667) 2023-09-13 17:45:06 +02:00
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: