prometheus/tsdb
2024-12-18 15:49:30 +01:00
..
agent
chunkenc tsdb/chunkenc: don't reuse custom value slices between histograms 2024-11-29 16:28:09 +11:00
chunks enable errorf rule from perfsprint linter 2024-11-06 16:50:36 +01:00
docs update links to openmetrics to reference the v1.0.0 release 2024-12-13 21:32:27 +00:00
encoding
errors
fileutil
goversion
index Update comment on MemPostings.lvs 2024-12-16 17:20:51 +01:00
record
testdata
tombstones
tsdbutil fix TestOOOHeadChunkReader_Chunk on 32-bit 2024-12-16 10:45:07 -05:00
wlog [TESTS] Remote-Write: Fix BenchmarkStartup 2024-11-15 11:22:07 +00:00
.gitignore
block_test.go feat: Allow customizing TSDB postings decoder (#13567) 2024-11-11 07:59:24 +01:00
block.go [PERF] TSDB: Optimize inverse matching (#14144) 2024-11-19 15:49:01 +00:00
blockwriter_test.go feat: Allow customizing TSDB postings decoder (#13567) 2024-11-11 07:59:24 +01:00
blockwriter.go
CHANGELOG.md
compact_test.go feat: Allow customizing TSDB postings decoder (#13567) 2024-11-11 07:59:24 +01:00
compact.go Merge pull request #14489 from harry671003/implement_metadata_limit 2024-11-19 17:32:16 +01:00
db_test.go fix TestOOOHeadChunkReader_Chunk on 32-bit 2024-12-16 10:45:07 -05:00
db.go feat: Allow customizing TSDB postings decoder (#13567) 2024-11-11 07:59:24 +01:00
example_test.go
exemplar_test.go
exemplar.go
head_append.go [BUGFIX] TSDB: Fix race on stale values in headAppender (#15322) 2024-11-06 16:51:39 +01:00
head_bench_test.go
head_dedupelabels.go
head_other.go
head_read_test.go
head_read.go [PERF] TSDB: Optimize inverse matching (#14144) 2024-11-19 15:49:01 +00:00
head_test.go fix TestOOOHeadChunkReader_Chunk on 32-bit 2024-12-16 10:45:07 -05:00
head_wal.go [BUGFIX] TSDB: Apply fixes from loadWAL to loadWBL 2024-11-11 18:41:33 +00:00
head.go [ENHANCEMENT] TSDB: Improve calculation of space used by labels (#13880) 2024-12-16 09:42:52 +00:00
isolation_test.go
isolation.go
mocks_test.go
ooo_head_read_test.go enable errorf rule from perfsprint linter 2024-11-06 16:50:36 +01:00
ooo_head_read.go [PERF] TSDB: Optimize inverse matching (#14144) 2024-11-19 15:49:01 +00:00
ooo_head_test.go fix TestOOOHeadChunkReader_Chunk on 32-bit 2024-12-16 10:45:07 -05:00
ooo_head.go
ooo_isolation_test.go
ooo_isolation.go
querier_bench_test.go feat: Allow customizing TSDB postings decoder (#13567) 2024-11-11 07:59:24 +01:00
querier_test.go Merge pull request #15548 from TinfoilSubmarine/fix/386-test-failures 2024-12-18 15:49:30 +01:00
querier.go Fix bug in lbl!~".+" shortcut (#15684) 2024-12-17 17:34:24 +01:00
README.md
repair_test.go feat: Allow customizing TSDB postings decoder (#13567) 2024-11-11 07:59:24 +01:00
repair.go
testutil.go fix TestOOOHeadChunkReader_Chunk on 32-bit 2024-12-16 10:45:07 -05:00
tsdbblockutil.go enable errorf rule from perfsprint linter 2024-11-06 16:50:36 +01:00

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: