mirror of https://github.com/prometheus/prometheus
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Krasi Georgiev
2962202ed3
|
6 years ago | |
---|---|---|
chunkenc | ||
chunks | ||
cmd/tsdb | ||
docs/format | ||
fileutil | ||
index | 6 years ago | |
labels | ||
test | ||
testdata | ||
testutil | ||
tsdbutil | ||
wal | 6 years ago | |
.gitignore | ||
.travis.yml | 6 years ago | |
CHANGELOG.md | 6 years ago | |
LICENSE | ||
MAINTAINERS.md | ||
Makefile | ||
Makefile.common | 6 years ago | |
README.md | ||
block.go | 6 years ago | |
block_test.go | 6 years ago | |
checkpoint.go | 6 years ago | |
checkpoint_test.go | 6 years ago | |
compact.go | ||
compact_test.go | 6 years ago | |
db.go | 6 years ago | |
db_test.go | 6 years ago | |
encoding_helpers.go | ||
go.mod | 6 years ago | |
go.sum | 6 years ago | |
head.go | 6 years ago | |
head_bench_test.go | ||
head_test.go | 6 years ago | |
mocks_test.go | ||
querier.go | ||
querier_test.go | 6 years ago | |
record.go | ||
record_test.go | ||
repair.go | 6 years ago | |
repair_test.go | ||
tombstones.go | ||
tombstones_test.go | ||
wal.go | 6 years ago | |
wal_test.go | 6 years ago |
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.
Based on the Gorilla TSDB white papers.
Video: Storing 16 Bytes at Scale from PromCon 2017.
See also the format documentation.