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.
 
 
 
 
 
beorn7 aa82fe198f tsdb: Fix histogram validation 1 year ago
..
agent Use zeropool when replaying agent's DB WAL (#12651) 1 year ago
chunkenc Fix typo in Appender.AppendHistogram() arg name 1 year ago
chunks Use a linked list for memSeries.headChunk (#11818) 1 year ago
docs
encoding
errors
fileutil
goversion
index Merge pull request #10623 from songjiayang/update-index 1 year ago
record
testdata
tombstones
tsdbutil tsdb: Fix histogram validation 1 year ago
wlog Add Zstandard compression option for wlog (#11666) 1 year ago
.gitignore
CHANGELOG.md
README.md
block.go
block_test.go tsdb: Fix histogram validation 1 year ago
blockwriter.go
blockwriter_test.go
compact.go
compact_test.go tsdb: Fix histogram validation 1 year ago
db.go Merge pull request #12664 from prometheus/superq/cleanup_chunk_snapshots 1 year ago
db_test.go tsdb: Fix histogram validation 1 year ago
example_test.go
exemplar.go scrape: Enable ingestion of multiple exemplars per sample 1 year ago
exemplar_test.go
head.go Pass ref to SeriesLifecycleCallback.PostDeletion (#12626) 1 year ago
head_append.go tsdb: Fix histogram validation 1 year ago
head_bench_test.go Pass ref to SeriesLifecycleCallback.PostDeletion (#12626) 1 year ago
head_read.go Use a linked list for memSeries.headChunk (#11818) 1 year ago
head_read_test.go Use a linked list for memSeries.headChunk (#11818) 1 year ago
head_test.go tsdb: Fix histogram validation 1 year ago
head_wal.go fix: error message typo 1 year ago
isolation.go
isolation_test.go
mocks_test.go
ooo_head.go
ooo_head_read.go remove repetitive words (#12556) 1 year ago
ooo_head_read_test.go Add Zstandard compression option for wlog (#11666) 1 year ago
ooo_head_test.go
querier.go Hide histogram chunk append and reset header internals (#12352) 1 year ago
querier_bench_test.go
querier_test.go tsdbutil/ChunkFromSamplesGeneric should not panic 1 year ago
repair.go
repair_test.go
tsdbblockutil.go
wal.go Add Zstandard compression option for wlog (#11666) 1 year ago
wal_test.go Add Zstandard compression option for wlog (#11666) 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: