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
yy 0e77dcfdb9
fix: typo in error message (#17878)
4 months ago
..
agent Refactor various tsdb sub-packages (#17847) 5 months ago
chunkenc Update tsdb/chunkenc/chunk.go 5 months ago
chunks feat(tsdb): new AppenderV2 and AtST interface for chunks 5 months ago
docs docs: Fix chunk format documentation for `varint` encoding 10 months ago
encoding Remove copyright date from headers (#17785) 5 months ago
errors Remove copyright date from headers (#17785) 5 months ago
fileutil Remove copyright date from headers (#17785) 5 months ago
goversion Remove copyright date from headers (#17785) 5 months ago
index Refactor various tsdb sub-packages (#17847) 5 months ago
record Remove copyright date from headers (#17785) 5 months ago
testdata tsdb: Delete blocks atomically; Remove tmp blocks on start; Added test. (#7772) 6 years ago
tombstones Refactor various tsdb sub-packages (#17847) 5 months ago
tsdbutil Refactor various tsdb sub-packages (#17847) 5 months ago
wlog Refactor various tsdb sub-packages (#17847) 5 months ago
.gitignore
CHANGELOG.md Rename default branch to main 5 years ago
README.md Fixed broken link in tsdb README.md 4 years ago
block.go Remove copyright date from headers (#17785) 5 months ago
block_test.go auto update head sample use in tests 5 months ago
blockwriter.go Remove copyright date from headers (#17785) 5 months ago
blockwriter_test.go Remove copyright date from headers (#17785) 5 months ago
compact.go Remove copyright date from headers (#17785) 5 months ago
compact_test.go tsdb: add auto-cleanup to newTestHead and remove redundant cleanup calls (#17890) 4 months ago
db.go Remove copyright date from headers (#17785) 5 months ago
db_append_v2_test.go auto update head sample use in tests 5 months ago
db_test.go auto update head sample use in tests 5 months ago
example_test.go Remove copyright date from headers (#17785) 5 months ago
exemplar.go tsdb: fix rare case of OOO exemplar insertion pointing to the exemplar being deleted (#17865) 4 months ago
exemplar_test.go tsdb: fix rare case of OOO exemplar insertion pointing to the exemplar being deleted (#17865) 4 months ago
head.go fix: typo in error message (#17878) 4 months ago
head_append.go tsdb: fix memory leaks in buffer pools (#17879) 4 months ago
head_append_v2.go feat(storage)[PART4b]: add AppenderV2 to the rest of storage.Storage impl 5 months ago
head_append_v2_test.go tsdb: add auto-cleanup to newTestHead and remove redundant cleanup calls (#17890) 4 months ago
head_bench_test.go tsdb: add auto-cleanup to newTestHead and remove redundant cleanup calls (#17890) 4 months ago
head_dedupelabels.go Remove copyright date from headers (#17785) 5 months ago
head_other.go Remove copyright date from headers (#17785) 5 months ago
head_read.go Remove copyright date from headers (#17785) 5 months ago
head_read_test.go Remove copyright date from headers (#17785) 5 months ago
head_test.go tsdb: add auto-cleanup to newTestHead and remove redundant cleanup calls (#17890) 4 months ago
head_wal.go Remove copyright date from headers (#17785) 5 months ago
isolation.go Remove copyright date from headers (#17785) 5 months ago
isolation_test.go Remove copyright date from headers (#17785) 5 months ago
mocks_test.go Remove copyright date from headers (#17785) 5 months ago
ooo_head.go update ooo_head.go but only with TODOs 5 months ago
ooo_head_read.go Remove copyright date from headers (#17785) 5 months ago
ooo_head_read_test.go tsdb: add auto-cleanup to newTestHead and remove redundant cleanup calls (#17890) 4 months ago
ooo_head_test.go Remove copyright date from headers (#17785) 5 months ago
ooo_isolation.go Remove copyright date from headers (#17785) 5 months ago
ooo_isolation_test.go Remove copyright date from headers (#17785) 5 months ago
querier.go feat(tsdb): new AppenderV2 and AtST interface for chunks 5 months ago
querier_bench_test.go Remove copyright date from headers (#17785) 5 months ago
querier_test.go update remaining tests 5 months ago
repair.go Remove copyright date from headers (#17785) 5 months ago
repair_test.go Remove copyright date from headers (#17785) 5 months ago
testutil.go Remove copyright date from headers (#17785) 5 months ago
tsdbblockutil.go Remove copyright date from headers (#17785) 5 months 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: