prometheus/tsdb
Julien Pivotto 201491fd1b Remove old checkpoint dir if it still exists (#6621)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2020-01-14 09:35:24 +00:00
..
chunkenc
chunks Fixed race in Chunks method. (#6515) 2019-12-24 22:55:22 +01:00
cmd/tsdb Replace StringTuples with []string 2020-01-07 12:20:03 +00:00
docs/format Stream symbols during compaction. (#6468) 2019-12-17 19:49:54 +00:00
encoding Avoid WriteAt for Postings. 2019-12-16 15:30:49 +00:00
errors
fileutil
goversion
index tsdb: writePostingsToTmpFiles returns nil instead of err (#6618) 2020-01-13 22:40:12 +00:00
record Spelling (#6517) 2020-01-02 15:54:09 +01:00
test
testdata Handle V1 indexes, some of which have unsorted posting offset tables. (#6564) 2020-01-06 14:06:11 +00:00
tombstones
tsdbutil
wal Remove old checkpoint dir if it still exists (#6621) 2020-01-14 09:35:24 +00:00
.gitignore
CHANGELOG.md Spelling (#6517) 2020-01-02 15:54:09 +01:00
README.md
block.go Replace StringTuples with []string 2020-01-07 12:20:03 +00:00
block_test.go Handle V1 indexes, some of which have unsorted posting offset tables. (#6564) 2020-01-06 14:06:11 +00:00
compact.go Move writing of index label indices into IndexWriter. 2019-12-17 22:15:35 +00:00
compact_test.go Add contexts to index writer to fix test races. 2019-12-16 17:28:29 +00:00
db.go small tsdb fixes (#6616) 2020-01-13 22:15:45 +00:00
db_test.go Remove duplicated words (#6569) 2020-01-08 08:43:27 +00:00
head.go Replace StringTuples with []string 2020-01-07 12:20:03 +00:00
head_bench_test.go Extend PostingsForMatchers benchmark to cover Blocks too. 2019-12-11 19:59:31 +00:00
head_test.go Spelling (#6517) 2020-01-02 15:54:09 +01:00
mocks_test.go Stream symbols during compaction. (#6468) 2019-12-17 19:49:54 +00:00
querier.go Replace StringTuples with []string 2020-01-07 12:20:03 +00:00
querier_bench_test.go Add benchmark for Querier.Select over blocks and head. 2019-12-17 18:56:58 +00:00
querier_test.go Replace StringTuples with []string 2020-01-07 12:20:03 +00:00
repair.go
repair_test.go
tsdbblockutil.go Added CreateBlock and CreateHead functions to new file (#6331) 2019-11-21 19:10:25 +07:00
wal.go Spelling (#6517) 2020-01-02 15:54:09 +01:00
wal_test.go Spelling (#6517) 2020-01-02 15:54:09 +01:00

README.md

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.