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.
 
 
 
 
 
Ganesh Vernekar 758e29258b
Add/Improve unit tests for compaction with histogram Part 2 (#11343)
2 years ago
..
agent
chunkenc tsdb: Update comment about a possible space optimization (#11303) 2 years ago
chunks
docs
encoding
errors
fileutil
goversion
index
record Add support for histograms in WAL checkpointing (#11210) 2 years ago
test
testdata
tombstones
tsdbutil Add support for histograms in WAL checkpointing (#11210) 2 years ago
wal Add support for histograms in WAL checkpointing (#11210) 2 years ago
.gitignore
CHANGELOG.md
README.md
block.go
block_test.go Extend createHead in tests to support histograms 2 years ago
blockwriter.go Add a feature flag to control native histogram ingestion (#11253) 2 years ago
blockwriter_test.go
compact.go
compact_test.go Add/Improve unit tests for compaction with histogram Part 2 (#11343) 2 years ago
db.go Add a feature flag to control native histogram ingestion (#11253) 2 years ago
db_test.go Error on amending histograms on append (#11308) 2 years ago
example_test.go
exemplar.go
exemplar_test.go
head.go Add a feature flag to control native histogram ingestion (#11253) 2 years ago
head_append.go Error on amending histograms on append (#11308) 2 years ago
head_bench_test.go
head_read.go
head_test.go Add a feature flag to control native histogram ingestion (#11253) 2 years ago
head_wal.go Add support for histograms in WAL checkpointing (#11210) 2 years ago
isolation.go
isolation_test.go
mocks_test.go
querier.go
querier_bench_test.go
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: