prometheus/tsdb
Ayoub Mrini e04913aea2
Merge pull request #15778 from machine424/reuse-pools
feat(tsdb/(head|agent)): reuse pools across segments to reduce garbage during WL replay
2025-02-17 12:48:17 +01:00
..
agent Merge pull request #15778 from machine424/reuse-pools 2025-02-17 12:48:17 +01:00
chunkenc
chunks
docs Merge branch 'main' into cedwards/nhcb-wal-wbl 2025-01-02 12:50:19 +01:00
encoding
errors
fileutil
goversion
index Expose ListPostings Length via Len() method (#15678) 2025-01-07 17:58:26 +01:00
record chore: fix function name and struct name in comment (#15827) 2025-01-17 21:26:08 +01:00
testdata
tombstones
tsdbutil fix: os.MkdirTemp with t.TempDir (#15860) 2025-01-31 14:32:20 +00:00
wlog Fix issues raised by staticcheck (#15722) 2025-01-09 17:51:26 +01:00
.gitignore
block.go Signed-off-by: crystalstall <crystalruby@qq.com> 2025-01-11 00:41:51 +08:00
block_test.go
blockwriter.go
blockwriter_test.go
CHANGELOG.md
compact.go
compact_test.go tsdb tests: avoid capture-by-reference in goroutines 2025-01-27 19:59:43 +00:00
db.go Update comments for methods that require a lock 2025-01-09 17:20:10 +00:00
db_test.go Merge pull request #12920 from prymitive/compactLock 2025-02-10 17:35:09 +00:00
example_test.go
exemplar.go
exemplar_test.go
head.go feat(tsdb/(head|agent)): reuse pools across segments to avoid generating garbage during WL replay 2025-02-10 22:40:24 +01:00
head_append.go
head_bench_test.go
head_dedupelabels.go
head_other.go
head_read.go headIndexReader: reduce debug logging (#15993) 2025-02-07 15:46:55 +00:00
head_read_test.go
head_test.go feat(tsdb/(head|agent)): reuse pools across segments to avoid generating garbage during WL replay 2025-02-10 22:40:24 +01:00
head_wal.go feat(tsdb/(head|agent)): reuse pools across segments to avoid generating garbage during WL replay 2025-02-10 22:40:24 +01:00
isolation.go chore: enable early-return from revive 2025-02-10 22:08:43 +01:00
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 Fix bug in lbl!~".+" shortcut (#15684) 2024-12-17 17:34:24 +01:00
querier_bench_test.go TSDB benchmarks: Commit periodically to speed up init 2024-12-30 17:42:56 +00:00
querier_test.go tsdb tests: restrict some 'defer' operations 2025-01-27 19:59:43 +00:00
README.md
repair.go
repair_test.go
testutil.go Merge branch 'main' into cedwards/nhcb-wal-wbl 2025-01-02 12:50:19 +01: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: