The Prometheus monitoring system and time series database.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
prometheus/tsdb
Bryan Boreham da754cd240 Merge remote-tracking branch 'origin/release-3.9' into merge-3.9-into-main 3 days ago
..
agent Merge remote-tracking branch 'origin/release-3.9' into merge-3.9-into-main 3 days ago
chunkenc Remove copyright date from headers (#17785) 5 days ago
chunks Remove copyright date from headers (#17785) 5 days ago
docs docs: Fix chunk format documentation for `varint` encoding 5 months ago
encoding Remove copyright date from headers (#17785) 5 days ago
errors Remove copyright date from headers (#17785) 5 days ago
fileutil Remove copyright date from headers (#17785) 5 days ago
goversion Remove copyright date from headers (#17785) 5 days ago
index tsdb/index: export sentinel errors for size limit failures (#17773) 4 days ago
record Remove copyright date from headers (#17785) 5 days ago
testdata tsdb: Delete blocks atomically; Remove tmp blocks on start; Added test. (#7772) 5 years ago
tombstones Remove copyright date from headers (#17785) 5 days ago
tsdbutil Remove copyright date from headers (#17785) 5 days ago
wlog Remove copyright date from headers (#17785) 5 days ago
.gitignore Moving tsdb into its own subdirectory 7 years ago
CHANGELOG.md Rename default branch to main 5 years ago
README.md Fixed broken link in tsdb README.md 3 years ago
block.go Remove copyright date from headers (#17785) 5 days ago
block_test.go Remove copyright date from headers (#17785) 5 days ago
blockwriter.go Remove copyright date from headers (#17785) 5 days ago
blockwriter_test.go Remove copyright date from headers (#17785) 5 days ago
compact.go Remove copyright date from headers (#17785) 5 days ago
compact_test.go Remove copyright date from headers (#17785) 5 days ago
db.go Remove copyright date from headers (#17785) 5 days ago
db_append_v2_test.go refactor(appenderV2): port TSDB non-head tests 1 month ago
db_test.go Remove copyright date from headers (#17785) 5 days ago
example_test.go Remove copyright date from headers (#17785) 5 days ago
exemplar.go tsdb: add support for OOO exemplars in CircularExemplarStorage (#17469) 3 days ago
exemplar_test.go tsdb: add support for OOO exemplars in CircularExemplarStorage (#17469) 3 days ago
head.go tsdb: add support for OOO exemplars in CircularExemplarStorage (#17469) 3 days ago
head_append.go Remove copyright date from headers (#17785) 5 days ago
head_append_v2.go Merge pull request #17677 from prometheus/bwplotka/a2-agent 3 weeks ago
head_append_v2_test.go refactor(appenderV2): add TSDB AppenderV2 implementation 1 month ago
head_bench_test.go Remove copyright date from headers (#17785) 5 days ago
head_dedupelabels.go Remove copyright date from headers (#17785) 5 days ago
head_other.go Remove copyright date from headers (#17785) 5 days ago
head_read.go Remove copyright date from headers (#17785) 5 days ago
head_read_test.go Remove copyright date from headers (#17785) 5 days ago
head_test.go Remove copyright date from headers (#17785) 5 days ago
head_wal.go Remove copyright date from headers (#17785) 5 days ago
isolation.go Remove copyright date from headers (#17785) 5 days ago
isolation_test.go Remove copyright date from headers (#17785) 5 days ago
mocks_test.go Remove copyright date from headers (#17785) 5 days ago
ooo_head.go Remove copyright date from headers (#17785) 5 days ago
ooo_head_read.go Remove copyright date from headers (#17785) 5 days ago
ooo_head_read_test.go Remove copyright date from headers (#17785) 5 days ago
ooo_head_test.go Remove copyright date from headers (#17785) 5 days ago
ooo_isolation.go Remove copyright date from headers (#17785) 5 days ago
ooo_isolation_test.go Remove copyright date from headers (#17785) 5 days ago
querier.go Remove copyright date from headers (#17785) 5 days ago
querier_bench_test.go Remove copyright date from headers (#17785) 5 days ago
querier_test.go Remove copyright date from headers (#17785) 5 days ago
repair.go Remove copyright date from headers (#17785) 5 days ago
repair_test.go Remove copyright date from headers (#17785) 5 days ago
testutil.go Remove copyright date from headers (#17785) 5 days ago
tsdbblockutil.go Remove copyright date from headers (#17785) 5 days ago

README.md

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: