prometheus/tsdb
Bryan Boreham 4b6a4d1425 Update package tsdb tests 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 histograms: Improve tests and fix exposed bugs 2022-12-12 00:08:23 +01:00
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 Update package tsdb/record for new labels.Labels type 2022-12-19 15:22:09 +00:00
test Update package tsdb/test for new labels.Labels type 2022-12-19 15:22:09 +00:00
testdata
tombstones
tsdbutil
wlog
.gitignore
block.go tsdb/index: use ScratchBuilder to create Labels 2022-12-19 15:22:09 +00:00
block_test.go Update package tsdb tests for new labels.Labels type 2022-12-19 15:22:09 +00:00
blockwriter.go
blockwriter_test.go
CHANGELOG.md
compact.go storage: allow re-use of iterators 2022-12-15 18:32:45 +00:00
compact_test.go Update package tsdb tests for new labels.Labels type 2022-12-19 15:22:09 +00:00
db.go Update package tsdb for new labels.Labels type 2022-12-19 15:22:09 +00:00
db_test.go Update package tsdb tests for new labels.Labels type 2022-12-19 15:22:09 +00:00
example_test.go storage: allow re-use of iterators 2022-12-15 18:32:45 +00:00
exemplar.go Update package tsdb for new labels.Labels type 2022-12-19 15:22:09 +00:00
exemplar_test.go
head.go
head_append.go Update package tsdb for new labels.Labels type 2022-12-19 15:22:09 +00:00
head_bench_test.go
head_read.go Update package tsdb for new labels.Labels type 2022-12-19 15:22:09 +00:00
head_read_test.go
head_test.go Update package tsdb tests for new labels.Labels type 2022-12-19 15:22:09 +00:00
head_wal.go
isolation.go
isolation_test.go
mocks_test.go
ooo_head.go
ooo_head_read.go Update package tsdb for new labels.Labels type 2022-12-19 15:22:09 +00:00
ooo_head_read_test.go Update package tsdb tests for new labels.Labels type 2022-12-19 15:22:09 +00:00
ooo_head_test.go
querier.go Update package tsdb for new labels.Labels type 2022-12-19 15:22:09 +00:00
querier_bench_test.go
querier_test.go Update package tsdb tests for new labels.Labels type 2022-12-19 15:22:09 +00:00
README.md
repair.go
repair_test.go tsdb/index: use ScratchBuilder to create Labels 2022-12-19 15:22:09 +00:00
tsdbblockutil.go storage: allow re-use of iterators 2022-12-15 18:32:45 +00:00
wal.go
wal_test.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: