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