prometheus/tsdb
Bartlomiej Plotka 59c9d6ef45 Addressed Brian's comments, moved metrics to main.go
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
2020-02-17 18:03:57 +00:00
..
chunkenc Addressed Brian's comments, moved metrics to main.go 2020-02-17 18:03:57 +00:00
chunks
cmd/tsdb Addressed comments. 2020-02-17 18:03:57 +00:00
docs/format
encoding
errors
fileutil
goversion
index
record
test
testdata
tombstones
tsdbutil
wal
.gitignore
block.go Unify Iterator interfaces. All point to storage now. 2020-02-17 18:03:54 +00:00
block_test.go Unify Iterator interfaces. All point to storage now. 2020-02-17 18:03:54 +00:00
CHANGELOG.md
compact.go Unify Iterator interfaces. All point to storage now. 2020-02-17 18:03:54 +00:00
compact_test.go Close db properly in tests. 2020-02-17 18:03:57 +00:00
db.go Addressed Brian's comments, moved metrics to main.go 2020-02-17 18:03:57 +00:00
db_test.go Addressed Brian's comments, moved metrics to main.go 2020-02-17 18:03:57 +00:00
head.go Unify Iterator interfaces. All point to storage now. 2020-02-17 18:03:54 +00:00
head_bench_test.go
head_test.go Unify Iterator interfaces. All point to storage now. 2020-02-17 18:03:54 +00:00
mocks_test.go
querier.go Unify Iterator interfaces. All point to storage now. 2020-02-17 18:03:54 +00:00
querier_bench_test.go Unify Iterator interfaces. All point to storage now. 2020-02-17 18:03:54 +00:00
querier_test.go Addressed comments. 2020-02-17 18:03:57 +00:00
README.md
repair.go
repair_test.go
tsdbblockutil.go Unify Iterator interfaces. All point to storage now. 2020-02-17 18:03:54 +00:00
wal.go
wal_test.go

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.