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.
 
 
 
 
 
Márcio Carôso dff1c395f6
Expose --storage.tsdb.retention.time in metric prometheus_tsdb_retention_limit_seconds (#12986)
1 year ago
..
agent tsdb/agent: allow ingestion of OOO samples (#12897) 1 year ago
chunkenc
chunks
docs
encoding
errors
fileutil
goversion
index Fix int32 overflow issues (#12978) 1 year ago
record TSDB: Pre-size buffer to read samples from WAL 1 year ago
testdata
tombstones
tsdbutil
wlog Update exp package (#12650) 1 year ago
.gitignore
CHANGELOG.md
README.md
block.go
block_test.go
blockwriter.go
blockwriter_test.go
compact.go Fix int32 overflow issues (#12978) 1 year ago
compact_test.go
db.go Expose --storage.tsdb.retention.time in metric prometheus_tsdb_retention_limit_seconds (#12986) 1 year ago
db_test.go Expose --storage.tsdb.retention.time in metric prometheus_tsdb_retention_limit_seconds (#12986) 1 year ago
example_test.go
exemplar.go Update exp package (#12650) 1 year ago
exemplar_test.go
head.go Additionally wrap WBL replay error (#12406) 1 year ago
head_append.go
head_bench_test.go
head_read.go Update exp package (#12650) 1 year ago
head_read_test.go
head_test.go Additionally wrap WBL replay error (#12406) 1 year ago
head_wal.go Additionally wrap WBL replay error (#12406) 1 year ago
isolation.go
isolation_test.go
mocks_test.go
ooo_head.go
ooo_head_read.go Very minor refactor of the integer overflow fix 1 year ago
ooo_head_read_test.go
ooo_head_test.go
querier.go Update exp package (#12650) 1 year ago
querier_bench_test.go tsdb: Tighten up sub-benchmark scope in BenchmarkQuerier (#12718) 1 year ago
querier_test.go
repair.go
repair_test.go
tsdbblockutil.go
wal.go
wal_test.go

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: