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.
 
 
 
 
 
Björn Rabenstein 0de7f39e6a
Merge pull request #12894 from linasm/linasm/test-case-for-ValidateHistogram
1 year ago
..
agent Add context argument to Querier.Select (#12660) 1 year ago
chunkenc Fix more counterResetInAnyBucket edgecases 1 year ago
chunks storage: make histogram reset handling consistent in chainSampleIterator (#12779) 1 year ago
docs
encoding
errors
fileutil
goversion
index Update exp package (#12650) 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 Update exp package (#12650) 1 year ago
.gitignore
CHANGELOG.md
README.md
block.go Add context argument to tsdb.PostingsForMatchers 1 year ago
block_test.go Add context argument to LabelQuerier.LabelValues (#12665) 1 year ago
blockwriter.go
blockwriter_test.go Add a chunk size limit in bytes (#12054) 1 year ago
compact.go Update exp package (#12650) 1 year ago
compact_test.go Add context argument to IndexReader.Postings (#12667) 1 year ago
db.go Update exp package (#12650) 1 year ago
db_test.go Add warnings (and annotations) to PromQL query results (#12152) 1 year ago
example_test.go Add context argument to Querier.Select (#12660) 1 year ago
exemplar.go Update exp package (#12650) 1 year ago
exemplar_test.go
head.go tsdb: register metrics after Head is initialized (#12876) 1 year ago
head_append.go Refactor solution to not repeat code 1 year ago
head_bench_test.go Pass ref to SeriesLifecycleCallback.PostDeletion (#12626) 1 year ago
head_read.go Update exp package (#12650) 1 year ago
head_read_test.go Use a linked list for memSeries.headChunk (#11818) 1 year ago
head_test.go Additional test case for ValidateHistogram 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
ooo_head_read.go Update exp package (#12650) 1 year ago
ooo_head_read_test.go Add context argument to LabelQuerier.LabelValues (#12665) 1 year ago
ooo_head_test.go
querier.go Update exp package (#12650) 1 year ago
querier_bench_test.go Add context argument to tsdb.PostingsForMatchers 1 year ago
querier_test.go Fix exit condition of TestQuerierIndexQueriesRace 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: