ipld-eth-server/vendor/github.com/prometheus/tsdb
2019-12-02 13:24:46 -06:00
..
chunkenc readme additions and vendor updates 2019-12-02 13:24:46 -06:00
chunks readme additions and vendor updates 2019-12-02 13:24:46 -06:00
cmd/tsdb readme additions and vendor updates 2019-12-02 13:24:46 -06:00
docs/format readme additions and vendor updates 2019-12-02 13:24:46 -06:00
encoding readme additions and vendor updates 2019-12-02 13:24:46 -06:00
errors readme additions and vendor updates 2019-12-02 13:24:46 -06:00
fileutil readme additions and vendor updates 2019-12-02 13:24:46 -06:00
goversion readme additions and vendor updates 2019-12-02 13:24:46 -06:00
index readme additions and vendor updates 2019-12-02 13:24:46 -06:00
labels readme additions and vendor updates 2019-12-02 13:24:46 -06:00
test readme additions and vendor updates 2019-12-02 13:24:46 -06:00
testdata readme additions and vendor updates 2019-12-02 13:24:46 -06:00
testutil readme additions and vendor updates 2019-12-02 13:24:46 -06:00
tsdbutil readme additions and vendor updates 2019-12-02 13:24:46 -06:00
wal readme additions and vendor updates 2019-12-02 13:24:46 -06:00
.gitignore readme additions and vendor updates 2019-12-02 13:24:46 -06:00
.travis.yml readme additions and vendor updates 2019-12-02 13:24:46 -06:00
block_test.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
block.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
CHANGELOG.md readme additions and vendor updates 2019-12-02 13:24:46 -06:00
checkpoint_test.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
checkpoint.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
compact_test.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
compact.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
db_test.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
db.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
go.mod readme additions and vendor updates 2019-12-02 13:24:46 -06:00
go.sum readme additions and vendor updates 2019-12-02 13:24:46 -06:00
head_bench_test.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
head_test.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
head.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
LICENSE readme additions and vendor updates 2019-12-02 13:24:46 -06:00
MAINTAINERS.md readme additions and vendor updates 2019-12-02 13:24:46 -06:00
Makefile readme additions and vendor updates 2019-12-02 13:24:46 -06:00
Makefile.common readme additions and vendor updates 2019-12-02 13:24:46 -06:00
mocks_test.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
querier_test.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
querier.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
README.md readme additions and vendor updates 2019-12-02 13:24:46 -06:00
record_test.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
record.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
repair_test.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
repair.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
tombstones_test.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
tombstones.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
wal_test.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00
wal.go readme additions and vendor updates 2019-12-02 13:24:46 -06:00

TSDB

Build Status GoDoc Go Report Card

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.