mirror of https://github.com/prometheus/prometheus
8e1f97fad4
This adds a new WAL that's agnostic to the actual record contents. It's much simpler and should be more resilient than the existing one. Signed-off-by: Fabian Reinartz <freinartz@google.com> |
||
---|---|---|
chunkenc | ||
chunks | ||
cmd/tsdb | ||
docs/format | ||
fileutil | ||
index | ||
labels | ||
test | ||
testdata | ||
testutil | ||
tsdbutil | ||
wal | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
block.go | ||
block_test.go | ||
compact.go | ||
compact_test.go | ||
db.go | ||
db_test.go | ||
encoding_helpers.go | ||
head.go | ||
head_test.go | ||
querier.go | ||
querier_test.go | ||
repair.go | ||
repair_test.go | ||
tombstones.go | ||
tombstones_test.go | ||
wal.go | ||
wal_test.go |
README.md
TSDB
This repository contains the Prometheus storage layer that is used in its 2.x releases.
A writeup of its design can be found here.
Video: Storing 16 Bytes at Scale from PromCon 2017.
See also the format documentation.