prometheus/tsdb
Cyril Tovena ce28912439
Fixes a test now that we support more setMatches.
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
2021-10-07 14:04:52 +02:00
..
chunkenc
chunks Add new Go build tags. 2021-08-27 10:24:14 +02:00
docs/format Exemplars in snapshot (#9255) 2021-08-30 19:34:38 +05:30
encoding
errors
fileutil Add new Go build tags. 2021-08-27 10:24:14 +02:00
goversion Add new Go build tags. 2021-08-27 10:24:14 +02:00
hashcache Added series hash cache support to TSDB (#5) 2021-08-17 13:31:08 +00:00
index Update upstream Prometheus 2021-09-14 10:28:19 +02:00
record Exemplars in snapshot (#9255) 2021-08-30 19:34:38 +05:30
test
testdata
tombstones Call delete on head if interval overlaps (#9151) 2021-09-16 12:20:03 +05:30
tsdbutil
wal
.gitignore
block.go Do not break exported functions signatures (#6) 2021-08-20 18:37:47 +02:00
block_test.go Do not break exported functions signatures (#6) 2021-08-20 18:37:47 +02:00
blockwriter.go
blockwriter_test.go Do not break exported functions signatures (#6) 2021-08-20 18:37:47 +02:00
CHANGELOG.md
compact.go More review feedback. 2021-09-28 10:29:54 +02:00
compact_test.go Fix directory cleanup in case of compaction failure. 2021-09-27 17:05:14 +02:00
db.go Merge remote-tracking branch 'upstream/main' into codesome/syncprom 2021-09-17 15:58:45 +05:30
db_test.go Also ignore func1 2021-08-28 22:42:22 -04:00
exemplar.go Fix div by 0 panic is resize function. (#9286) 2021-09-02 11:08:05 -07:00
exemplar_test.go Fix div by 0 panic is resize function. (#9286) 2021-09-02 11:08:05 -07:00
head.go Merge remote-tracking branch 'upstream/main' into codesome/syncprom 2021-09-17 15:58:45 +05:30
head_append.go Decrement active_appenders metric when no samples added (#9230) 2021-09-08 14:49:58 +05:30
head_bench_test.go
head_read.go Update upstream Prometheus 2021-09-14 10:28:19 +02:00
head_test.go Merge remote-tracking branch 'upstream/main' into codesome/syncprom 2021-09-17 15:58:45 +05:30
head_wal.go Update upstream Prometheus 2021-09-14 10:28:19 +02:00
isolation.go
isolation_test.go
mocks_test.go
querier.go lint 2021-10-05 14:00:18 +02:00
querier_bench_test.go Adding benchmark. 2021-10-06 14:16:14 +02:00
querier_test.go Fixes a test now that we support more setMatches. 2021-10-07 14:04:52 +02:00
README.md
repair.go
repair_test.go Do not break exported functions signatures (#6) 2021-08-20 18:37:47 +02:00
tsdbblockutil.go
wal.go
wal_test.go Add new Go build tags. 2021-08-27 10:24:14 +02:00

TSDB

GoPkg

This directory contains the Prometheus storage layer that is used in its 2.x releases.

A writeup of its design can be found here.

Based on the Gorilla TSDB white papers.

Video: Storing 16 Bytes at Scale from PromCon 2017.

See also the format documentation.

A series of blog posts explaining different components of TSDB: