prometheus/tsdb
Bryan Boreham f0ec81badd Update package tsdb/test for new labels.Labels type
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2022-12-19 15:22:09 +00:00
..
agent Update package tsdb/agent for new labels.Labels type 2022-12-19 15:22:09 +00:00
chunkenc
chunks
docs
encoding
errors
fileutil
goversion
index Update package tsdb/index tests for new labels.Labels type 2022-12-19 15:22:09 +00:00
record
test Update package tsdb/test for new labels.Labels type 2022-12-19 15:22:09 +00:00
testdata
tombstones
tsdbutil
wlog
.gitignore
block_test.go storage: allow re-use of iterators 2022-12-15 18:32:45 +00:00
block.go tsdb/index: use ScratchBuilder to create Labels 2022-12-19 15:22:09 +00:00
blockwriter_test.go
blockwriter.go
CHANGELOG.md
compact_test.go
compact.go storage: allow re-use of iterators 2022-12-15 18:32:45 +00:00
db_test.go tsdb/index: use ScratchBuilder to create Labels 2022-12-19 15:22:09 +00:00
db.go
example_test.go storage: allow re-use of iterators 2022-12-15 18:32:45 +00:00
exemplar_test.go
exemplar.go
head_append.go
head_bench_test.go
head_read_test.go
head_read.go tsdb/index: use ScratchBuilder to create Labels 2022-12-19 15:22:09 +00:00
head_test.go tsdb/index: use ScratchBuilder to create Labels 2022-12-19 15:22:09 +00:00
head_wal.go
head.go
isolation_test.go
isolation.go
mocks_test.go
ooo_head_read_test.go tsdb: Tidy up some test code 2022-12-15 19:39:46 +00:00
ooo_head_read.go
ooo_head_test.go
ooo_head.go
querier_bench_test.go
querier_test.go tsdb/index: use ScratchBuilder to create Labels 2022-12-19 15:22:09 +00:00
querier.go tsdb/index: use ScratchBuilder to create Labels 2022-12-19 15:22:09 +00:00
README.md
repair_test.go tsdb/index: use ScratchBuilder to create Labels 2022-12-19 15:22:09 +00:00
repair.go
tsdbblockutil.go storage: allow re-use of iterators 2022-12-15 18:32:45 +00:00
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.

Documentation

External resources

A series of blog posts explaining different components of TSDB: