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.
 
 
 
 
 
Dimitar Dimitrov b40865833d
PostingsForMatchers race with creating new series (#12558)
1 year ago
..
agent Add a chunk size limit in bytes (#12054) 1 year ago
chunkenc Add a chunk size limit in bytes (#12054) 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 Merge pull request #10623 from songjiayang/update-index 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
block_test.go Add a chunk size limit in bytes (#12054) 1 year ago
blockwriter.go
blockwriter_test.go Add a chunk size limit in bytes (#12054) 1 year ago
compact.go Replace sort.Slice with faster slices.SortFunc 1 year ago
compact_test.go Add a chunk size limit in bytes (#12054) 1 year ago
db.go promql: force mmap of head chunks in BenchmarkRangeQuery 1 year ago
db_test.go Add a chunk size limit in bytes (#12054) 1 year ago
example_test.go
exemplar.go scrape: Enable ingestion of multiple exemplars per sample 1 year ago
exemplar_test.go
head.go Add a chunk size limit in bytes (#12054) 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 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 Unit tests for native histograms (#12668) 1 year ago
head_wal.go fix: error message typo 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 remove repetitive words (#12556) 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 PostingsForMatchers race with creating new series (#12558) 1 year ago
querier_bench_test.go Apply relevant label matchers in LabelValues before fetching extra postings (#12274) 1 year ago
querier_test.go PostingsForMatchers race with creating new series (#12558) 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: