prometheus/tsdb
Björn Rabenstein 7ad36505d5
tsdb: Update comment about a possible space optimization (#11303)
See also #11195 for the detailed reasoning.

Signed-off-by: beorn7 <beorn@grafana.com>

Signed-off-by: beorn7 <beorn@grafana.com>
2022-09-15 13:11:57 +05:30
..
agent Merge branch 'main' into sparsehistogram 2022-08-10 17:54:37 +02:00
chunkenc tsdb: Update comment about a possible space optimization (#11303) 2022-09-15 13:11:57 +05:30
chunks Reduce chunk write queue memory usage 2 (#10874) 2022-06-29 17:51:27 +05:30
docs Merge branch 'main' into sparsehistogram 2022-08-10 17:54:37 +02:00
encoding
errors
fileutil
goversion
index
record Add support for histograms in WAL checkpointing (#11210) 2022-08-29 17:38:36 +05:30
test
testdata
tombstones
tsdbutil Add support for histograms in WAL checkpointing (#11210) 2022-08-29 17:38:36 +05:30
wal Add support for histograms in WAL checkpointing (#11210) 2022-08-29 17:38:36 +05:30
.gitignore
CHANGELOG.md
README.md Update godoc links and remove note about TSDB versioning (#10754) 2022-05-26 18:34:43 +10:00
block.go
block_test.go Extend createHead in tests to support histograms 2022-08-29 20:18:02 +05:30
blockwriter.go Add a feature flag to control native histogram ingestion (#11253) 2022-09-14 17:38:34 +05:30
blockwriter_test.go
compact.go tsdb: Fix chunk handling during appendHistogram 2022-07-06 18:44:53 +02:00
compact_test.go Add a feature flag to control native histogram ingestion (#11253) 2022-09-14 17:38:34 +05:30
db.go Add a feature flag to control native histogram ingestion (#11253) 2022-09-14 17:38:34 +05:30
db_test.go Add a feature flag to control native histogram ingestion (#11253) 2022-09-14 17:38:34 +05:30
example_test.go
exemplar.go
exemplar_test.go
head.go Add a feature flag to control native histogram ingestion (#11253) 2022-09-14 17:38:34 +05:30
head_append.go Add a feature flag to control native histogram ingestion (#11253) 2022-09-14 17:38:34 +05:30
head_bench_test.go
head_read.go
head_test.go Add a feature flag to control native histogram ingestion (#11253) 2022-09-14 17:38:34 +05:30
head_wal.go Add support for histograms in WAL checkpointing (#11210) 2022-08-29 17:38:36 +05:30
isolation.go
isolation_test.go
mocks_test.go
querier.go Add unit test for histogram append and various querying scenarios (#11194) 2022-08-29 15:35:03 +05:30
querier_bench_test.go
querier_test.go
repair.go
repair_test.go
tsdbblockutil.go Add unit test for histogram append and various querying scenarios (#11194) 2022-08-29 15:35:03 +05:30
wal.go tsdb: extract functions to encode and decode labels (#11045) 2022-07-26 20:12:00 +05:30
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: