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
Oleg Zaytsev 61daa30bb1
Pass ref to SeriesLifecycleCallback.PostDeletion (#12626)
1 year ago
..
agent tsdb/agent: ensure that new series get written to WAL on rollback (#12592) 1 year ago
chunkenc Hide histogram chunk append and reset header internals (#12352) 1 year ago
chunks Use a linked list for memSeries.headChunk (#11818) 1 year ago
docs
encoding
errors
fileutil
goversion
index
record
testdata
tombstones
tsdbutil Hide histogram chunk append and reset header internals (#12352) 1 year ago
wlog
.gitignore
CHANGELOG.md
README.md
block.go
block_test.go
blockwriter.go
blockwriter_test.go
compact.go
compact_test.go
db.go Use a linked list for memSeries.headChunk (#11818) 1 year ago
db_test.go Use a linked list for memSeries.headChunk (#11818) 1 year ago
example_test.go
exemplar.go
exemplar_test.go
head.go Pass ref to SeriesLifecycleCallback.PostDeletion (#12626) 1 year ago
head_append.go Check nil err first when committing (#12625) 1 year ago
head_bench_test.go Pass ref to SeriesLifecycleCallback.PostDeletion (#12626) 1 year ago
head_read.go Use a linked list for memSeries.headChunk (#11818) 1 year ago
head_read_test.go Use a linked list for memSeries.headChunk (#11818) 1 year ago
head_test.go Use a linked list for memSeries.headChunk (#11818) 1 year ago
head_wal.go Use a linked list for memSeries.headChunk (#11818) 1 year ago
isolation.go
isolation_test.go
mocks_test.go
ooo_head.go
ooo_head_read.go
ooo_head_read_test.go
ooo_head_test.go
querier.go Hide histogram chunk append and reset header internals (#12352) 1 year ago
querier_bench_test.go
querier_test.go
repair.go
repair_test.go
tsdbblockutil.go
wal.go
wal_test.go

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: