prometheus/tsdb
2024-12-05 09:21:47 -08:00
..
agent Attempt for record type 2024-12-05 09:21:47 -08:00
chunkenc tsdb/chunkenc: don't reuse custom value slices between histograms 2024-11-29 16:28:09 +11:00
chunks
docs Attempt for record type 2024-12-05 09:21:47 -08:00
encoding Attempt for record type 2024-12-05 09:21:47 -08:00
errors
fileutil
goversion
index MemPostings: keep a map of label values slices (#15426) 2024-11-29 12:52:56 +01:00
record Attempt for record type 2024-12-05 09:21:47 -08:00
testdata
tombstones
tsdbutil Attempt for record type 2024-12-05 09:21:47 -08:00
wlog Attempt for record type 2024-12-05 09:21:47 -08:00
.gitignore
block.go
block_test.go
blockwriter.go
blockwriter_test.go
CHANGELOG.md
compact.go Merge pull request #14489 from harry671003/implement_metadata_limit 2024-11-19 17:32:16 +01:00
compact_test.go
db.go
db_test.go
example_test.go
exemplar.go
exemplar_test.go
head.go Remove references to custom values record 2024-12-05 09:21:47 -08:00
head_append.go Attempt for record type 2024-12-05 09:21:47 -08:00
head_bench_test.go
head_dedupelabels.go
head_other.go
head_read.go
head_read_test.go
head_test.go Attempt for record type 2024-12-05 09:21:47 -08:00
head_wal.go Attempt for record type 2024-12-05 09:21:47 -08:00
isolation.go
isolation_test.go
mocks_test.go
ooo_head.go
ooo_head_read.go
ooo_head_read_test.go
ooo_head_test.go
ooo_isolation.go
ooo_isolation_test.go
querier.go Optimize l=~".+" matcher (#15474) 2024-11-27 12:33:20 +01:00
querier_bench_test.go
querier_test.go Merge pull request #14489 from harry671003/implement_metadata_limit 2024-11-19 17:32:16 +01:00
README.md
repair.go
repair_test.go
testutil.go Attempt for record type 2024-12-05 09:21:47 -08:00
tsdbblockutil.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: