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.
 
 
 
 
 
Arve Knudsen a964349e97
Add context argument to LabelQuerier.LabelNames (#12666)
1 year ago
..
agent Add context argument to Querier.Select (#12660) 1 year ago
chunkenc Fix handling of explicit counter reset header in histograms. (#12772) 1 year ago
chunks Add a chunk size limit in bytes (#12054) 1 year ago
docs
encoding
errors Fix context.Canceled wrapping in compaction 2 years ago
fileutil
goversion lint: Adjust to the lint warnings raised by current versions of golint-ci 2 years ago
index Add context argument to LabelQuerier.LabelNames (#12666) 1 year ago
record tsdb: Support native histograms in snapshot on shutdown (#12258) 1 year ago
testdata
tombstones Copy tombstone intervals to avoid race (#12245) 2 years ago
tsdbutil Add a chunk size limit in bytes (#12054) 1 year ago
wlog lint: Fix `SA1019` Using a deprecated function 1 year ago
.gitignore
CHANGELOG.md
README.md
block.go Add context argument to LabelQuerier.LabelNames (#12666) 1 year ago
block_test.go Add context argument to LabelQuerier.LabelNames (#12666) 1 year ago
blockwriter.go
blockwriter_test.go Add a chunk size limit in bytes (#12054) 1 year ago
compact.go Add context argument to IndexReader.Postings (#12667) 1 year ago
compact_test.go Add context argument to IndexReader.Postings (#12667) 1 year ago
db.go Add context argument to IndexReader.Postings (#12667) 1 year ago
db_test.go Add context argument to LabelQuerier.LabelNames (#12666) 1 year ago
example_test.go Add context argument to Querier.Select (#12660) 1 year ago
exemplar.go scrape: Enable ingestion of multiple exemplars per sample 1 year ago
exemplar_test.go
head.go Add context argument to DB.Delete (#12834) 1 year ago
head_append.go Add a chunk size limit in bytes (#12054) 1 year ago
head_bench_test.go Pass ref to SeriesLifecycleCallback.PostDeletion (#12626) 1 year ago
head_read.go Add context argument to LabelQuerier.LabelNames (#12666) 1 year ago
head_read_test.go Use a linked list for memSeries.headChunk (#11818) 1 year ago
head_test.go Add context argument to LabelQuerier.LabelNames (#12666) 1 year ago
head_wal.go Do WBL mmap marker replay concurrently (#12801) 1 year ago
isolation.go ci(lint): enable predeclared linter 2 years ago
isolation_test.go
mocks_test.go
ooo_head.go Name float values as "floats", not as "values" 2 years ago
ooo_head_read.go Add context argument to LabelQuerier.LabelNames (#12666) 1 year ago
ooo_head_read_test.go Add a chunk size limit in bytes (#12054) 1 year ago
ooo_head_test.go Name float values as "floats", not as "values" 2 years ago
querier.go Add context argument to LabelQuerier.LabelNames (#12666) 1 year ago
querier_bench_test.go Add context argument to Querier.Select (#12660) 1 year ago
querier_test.go Add context argument to LabelQuerier.LabelNames (#12666) 1 year ago
repair.go
repair_test.go Add context argument to IndexReader.Postings (#12667) 1 year ago
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: