prometheus/tsdb
..
agent
chunkenc
chunks
docs
encoding
errors
fileutil
goversion
index
record
test
testdata
tombstones
tsdbutil
wal
.gitignore
block_test.go
block.go
blockwriter_test.go
blockwriter.go
CHANGELOG.md
compact_test.go
compact.go
db_test.go
db.go
example_test.go
exemplar_test.go
exemplar.go
head_append.go
head_bench_test.go
head_read.go
head_test.go
head_wal.go
head.go
isolation_test.go
isolation.go
mocks_test.go
querier_bench_test.go
querier_test.go
querier.go
README.md
repair_test.go
repair.go
tsdbblockutil.go
wal_test.go
wal.go

TSDB

GoPkg

This directory contains the Prometheus TSDB (Time Series DataBase) library, which handles storage and querying of all Prometheus v2 data.

Due to an issue with versioning, the "latest" docs shown on Godoc are outdated. Instead you may use the docs for v2.31.1

Documentation

External resources

A series of blog posts explaining different components of TSDB: