The Prometheus monitoring system and time series database.
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 cd1f8ac129
MemPostings: keep a map of label values slices (#15426)
1 year ago
..
agent Agent: allow for ingestion of CT samples (#15124) 1 year ago
chunkenc tsdb/chunkenc: don't reuse custom value slices between histograms 1 year ago
chunks enable errorf rule from perfsprint linter 1 year ago
docs [DOCS] Improve description of WAL record format (#14936) 1 year ago
encoding Neater string vs byte-slice conversions (#14425) 1 year ago
errors
fileutil tests: remove err from message when testify prints it already 2 years ago
goversion
index MemPostings: keep a map of label values slices (#15426) 1 year ago
record chore: Fix typos (#14868) 1 year ago
testdata
tombstones chore!: adopt log/slog, remove go-kit/log 1 year ago
tsdbutil chore!: adopt log/slog, remove go-kit/log 1 year ago
wlog [TESTS] Remote-Write: Fix BenchmarkStartup 1 year ago
.gitignore
CHANGELOG.md
README.md
block.go [PERF] TSDB: Optimize inverse matching (#14144) 1 year ago
block_test.go feat: Allow customizing TSDB postings decoder (#13567) 1 year ago
blockwriter.go chore!: adopt log/slog, remove go-kit/log 1 year ago
blockwriter_test.go feat: Allow customizing TSDB postings decoder (#13567) 1 year ago
compact.go Merge pull request #14489 from harry671003/implement_metadata_limit 1 year ago
compact_test.go feat: Allow customizing TSDB postings decoder (#13567) 1 year ago
db.go feat: Allow customizing TSDB postings decoder (#13567) 1 year ago
db_test.go Always return unknown hint for first sample in non-gauge histogram chunk (#15343) 1 year ago
example_test.go
exemplar.go tsdb.CircularExemplarStorage: Avoid racing (#15231) 1 year ago
exemplar_test.go tsdb.CircularExemplarStorage: Avoid racing (#15231) 1 year ago
head.go Agent: allow for ingestion of CT samples (#15124) 1 year ago
head_append.go [BUGFIX] TSDB: Fix race on stale values in headAppender (#15322) 1 year ago
head_bench_test.go Revert "Fix `MemPostings.Add` and `MemPostings.Get` data race (#15141)" 1 year ago
head_dedupelabels.go chore!: adopt log/slog, remove go-kit/log 1 year ago
head_other.go chore!: adopt log/slog, remove go-kit/log 1 year ago
head_read.go [PERF] TSDB: Optimize inverse matching (#14144) 1 year ago
head_read_test.go TSDB: Simplify OOO Select by copying the head chunk (#14396) 2 years ago
head_test.go Always return unknown hint for first sample in non-gauge histogram chunk (#15343) 1 year ago
head_wal.go [BUGFIX] TSDB: Apply fixes from loadWAL to loadWBL 1 year ago
isolation.go
isolation_test.go
mocks_test.go
ooo_head.go TSDB: Remove code for querying OOO-head only 1 year ago
ooo_head_read.go [PERF] TSDB: Optimize inverse matching (#14144) 1 year ago
ooo_head_read_test.go enable errorf rule from perfsprint linter 1 year ago
ooo_head_test.go Always return unknown hint for first sample in non-gauge histogram chunk (#15343) 1 year ago
ooo_isolation.go
ooo_isolation_test.go
querier.go Optimize l=~".+" matcher (#15474) 1 year ago
querier_bench_test.go feat: Allow customizing TSDB postings decoder (#13567) 1 year ago
querier_test.go Merge pull request #14489 from harry671003/implement_metadata_limit 1 year ago
repair.go chore!: adopt log/slog, remove go-kit/log 1 year ago
repair_test.go feat: Allow customizing TSDB postings decoder (#13567) 1 year ago
testutil.go Always return unknown hint for first sample in non-gauge histogram chunk (#15343) 1 year ago
tsdbblockutil.go enable errorf rule from perfsprint linter 1 year ago

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: