prometheus/tsdb
Julien Pivotto cfe30a7b62
TSDB: Use t.Cleanup to delete temporary files (#7620)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2020-07-21 10:39:02 +02:00
..
chunkenc Cleanup bstream_test.go based on post-merge feedback received on #7390 (#7413) 2020-06-18 14:49:39 +05:30
chunks Fix review comments 2020-07-16 12:43:27 +05:30
cmd/tsdb Introduce SortedLabelValues/LabelValues to speedup queries for high cardinality (#7448) 2020-06-25 14:10:29 +01:00
docs/format tsdb/docs: fix head chunks directory + link from README (#7309) 2020-06-17 20:38:21 +05:30
encoding
errors
fileutil Avoid empty mmap files by using .tmp files to write headers 2020-07-14 14:59:28 +05:30
goversion tsdb: test for leaks (#7566) 2020-07-21 10:08:06 +02:00
index tsdb: test for leaks (#7566) 2020-07-21 10:08:06 +02:00
record
test
testdata
tombstones tsdb: test for leaks (#7566) 2020-07-21 10:08:06 +02:00
tsdbutil
wal tsdb: test for leaks (#7566) 2020-07-21 10:08:06 +02:00
.gitignore
block.go Introduce SortedLabelValues/LabelValues to speedup queries for high cardinality (#7448) 2020-06-25 14:10:29 +01:00
block_test.go
CHANGELOG.md
compact.go Fixed race between compact (gc, populate) and head append causing unknown symbol error. (#7560) 2020-07-14 09:36:22 +01:00
compact_test.go TSDB: Use t.Cleanup to delete temporary files (#7620) 2020-07-21 10:39:02 +02:00
db.go Fix panic from db metrics (#7501) 2020-07-05 10:11:42 +05:30
db_test.go TSDB: Use t.Cleanup to delete temporary files (#7620) 2020-07-21 10:39:02 +02:00
head.go Test no panic after a WAL corruption (#7625) 2020-07-21 12:32:13 +05:30
head_bench_test.go
head_test.go TSDB: Use t.Cleanup to delete temporary files (#7620) 2020-07-21 10:39:02 +02:00
isolation.go
isolation_test.go
mocks_test.go
querier.go Introduce SortedLabelValues/LabelValues to speedup queries for high cardinality (#7448) 2020-06-25 14:10:29 +01:00
querier_bench_test.go Optimise labels regex matchers containing a literal within the pattern (#7503) 2020-07-07 09:38:04 +01:00
querier_test.go Introduce SortedLabelValues/LabelValues to speedup queries for high cardinality (#7448) 2020-06-25 14:10:29 +01:00
README.md
repair.go
repair_test.go
tsdbblockutil.go
wal.go
wal_test.go tsdb: test for leaks (#7566) 2020-07-21 10:08:06 +02:00

TSDB

GoDoc

This repository 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.