prometheus/tsdb
Ganesh Vernekar 507bfa46fd
Fix HistogramChunk's AtFloatHistogram()
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
2022-10-12 10:38:13 +05:30
..
agent Merge 'main' into sparsehistogram 2022-10-05 22:14:49 +02:00
chunkenc Fix HistogramChunk's AtFloatHistogram() 2022-10-12 10:38:13 +05:30
chunks Replace sort.Strings and sort.Ints with faster slices.Sort (#11318) 2022-09-30 20:03:56 +05:30
docs Merge branch 'main' into sparsehistogram 2022-08-10 17:54:37 +02:00
encoding Merge 'main' into sparsehistogram 2022-10-05 22:14:49 +02:00
errors
fileutil Update go to 1.19, set min version to 1.18 (#11279) 2022-09-07 11:30:48 +02:00
goversion
index Replace sort.Strings and sort.Ints with faster slices.Sort (#11318) 2022-09-30 20:03:56 +05:30
record Merge 'main' into sparsehistogram 2022-10-05 22:14:49 +02:00
test
testdata
tombstones refactor: move from io/ioutil to io and os packages (#10528) 2022-04-27 11:24:36 +02:00
tsdbutil Fix merge conflicts 2022-10-11 22:53:37 +05:30
wal Merge 'main' into sparsehistogram 2022-10-05 22:14:49 +02:00
.gitignore
block.go tsdb: fix up sort call with faster slices.Sort (#11380) 2022-10-01 12:55:40 -04:00
block_test.go Merge 'main' into sparsehistogram 2022-10-05 22:14:49 +02:00
blockwriter.go Merge 'main' into sparsehistogram 2022-10-05 22:14:49 +02:00
blockwriter_test.go tsdb: in tests use labels.FromStrings 2022-09-09 13:34:49 +02:00
CHANGELOG.md
compact.go tsdb: Fix chunk handling during appendHistogram 2022-07-06 18:44:53 +02:00
compact_test.go Fix merge conflicts 2022-10-11 22:53:37 +05:30
db.go Fix merge conflicts 2022-10-11 22:53:37 +05:30
db_test.go Fix merge conflicts 2022-10-11 22:53:37 +05:30
example_test.go Merge branch 'main' into sparsehistogram 2022-05-04 13:37:13 +02:00
exemplar.go
exemplar_test.go tsdb: in tests use labels.FromStrings 2022-09-09 13:34:49 +02:00
head.go Fix merge conflicts 2022-10-11 22:53:37 +05:30
head_append.go Fix merge conflicts 2022-10-11 22:53:37 +05:30
head_bench_test.go Add out-of-order sample support to the TSDB (#11075) 2022-09-20 22:35:50 +05:30
head_read.go Fix merge conflicts 2022-10-11 22:53:37 +05:30
head_read_test.go Fix merge conflicts 2022-10-11 22:53:37 +05:30
head_test.go Fix merge conflicts 2022-10-11 22:53:37 +05:30
head_wal.go Fix merge conflicts 2022-10-11 22:53:37 +05:30
isolation.go tsdb: turn off transaction isolation for head compaction (#11317) 2022-09-27 19:31:23 +05:30
isolation_test.go tsdb: turn off transaction isolation for head compaction (#11317) 2022-09-27 19:31:23 +05:30
mocks_test.go
ooo_head.go Fix merge conflicts 2022-10-11 22:53:37 +05:30
ooo_head_read.go Add out-of-order sample support to the TSDB (#11075) 2022-09-20 22:35:50 +05:30
ooo_head_read_test.go Fix merge conflicts 2022-10-11 22:53:37 +05:30
ooo_head_test.go Fix merge conflicts 2022-10-11 22:53:37 +05:30
querier.go Merge 'main' into sparsehistogram 2022-10-05 22:14:49 +02:00
querier_bench_test.go Add out-of-order sample support to the TSDB (#11075) 2022-09-20 22:35:50 +05:30
querier_test.go Merge 'main' into sparsehistogram 2022-10-05 22:14:49 +02:00
README.md Update godoc links and remove note about TSDB versioning (#10754) 2022-05-26 18:34:43 +10:00
repair.go refactor: move from io/ioutil to io and os packages (#10528) 2022-04-27 11:24:36 +02:00
repair_test.go tsdb: in tests use labels.FromStrings 2022-09-09 13:34:49 +02:00
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 refactor: move from io/ioutil to io and os packages (#10528) 2022-04-27 11:24:36 +02:00

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: