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
Xiaochao Dong 09187fb0cc
Replay WAL concurrently without blocking (#10973)
2 years ago
..
agent Introduce TSDB changes for appending metadata to the WAL (#10972) 2 years ago
chunkenc
chunks Reduce chunk write queue memory usage 2 (#10874) 2 years ago
docs Fix type byte of WAL metadata records in docs (#11035) 2 years ago
encoding
errors
fileutil Make necessary change to compile promql parser to wasm (#10683) 3 years ago
goversion
index Fix typo in symbol table size exceeded error message (#10746) 3 years ago
record tsdb: extract functions to encode and decode labels (#11045) 2 years ago
test
testdata
tombstones refactor: move from io/ioutil to io and os packages (#10528) 3 years ago
tsdbutil refactor: move from io/ioutil to io and os packages (#10528) 3 years ago
wal Introduce TSDB changes for appending metadata to the WAL (#10972) 2 years ago
.gitignore
CHANGELOG.md
README.md Update godoc links and remove note about TSDB versioning (#10754) 3 years ago
block.go fix typo (#10696) 3 years ago
block_test.go unit tests: make all Labels sorted alphabetically (#10532) 3 years ago
blockwriter.go refactor: move from io/ioutil to io and os packages (#10528) 3 years ago
blockwriter_test.go
compact.go
compact_test.go
db.go Don't increment prometheus_tsdb_compactions_failed_total when context is canceled (#10772) 2 years ago
db_test.go Reduce memSeries memory usage by decoupling metadata (#11152) 2 years ago
example_test.go refactor: move from io/ioutil to io and os packages (#10528) 3 years ago
exemplar.go
exemplar_test.go unit tests: make all Labels sorted alphabetically (#10532) 3 years ago
head.go Reduce memSeries memory usage by decoupling metadata (#11152) 2 years ago
head_append.go Reduce memSeries memory usage by decoupling metadata (#11152) 2 years ago
head_bench_test.go
head_read.go
head_test.go Introduce TSDB changes for appending metadata to the WAL (#10972) 2 years ago
head_wal.go Replay WAL concurrently without blocking (#10973) 2 years ago
isolation.go
isolation_test.go
mocks_test.go
querier.go
querier_bench_test.go
querier_test.go
repair.go refactor: move from io/ioutil to io and os packages (#10528) 3 years ago
repair_test.go
tsdbblockutil.go tsdb: commit data periodically in CreateBlock (#10788) 2 years ago
wal.go tsdb: extract functions to encode and decode labels (#11045) 2 years ago
wal_test.go refactor: move from io/ioutil to io and os packages (#10528) 3 years 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: