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.
naivewong
7a12d4588a
|
6 years ago | |
---|---|---|
chunkenc | ||
chunks | ||
cmd/tsdb | ||
docs/format | ||
encoding | ||
errors | ||
fileutil | ||
goversion | ||
index | 6 years ago | |
labels | 6 years ago | |
test | ||
testdata | ||
testutil | ||
tsdbutil | ||
wal | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.md | 6 years ago | |
LICENSE | ||
MAINTAINERS.md | ||
Makefile | ||
Makefile.common | 6 years ago | |
README.md | ||
block.go | ||
block_test.go | ||
checkpoint.go | ||
checkpoint_test.go | ||
compact.go | 6 years ago | |
compact_test.go | 6 years ago | |
db.go | ||
db_test.go | 6 years ago | |
go.mod | ||
go.sum | ||
head.go | 6 years ago | |
head_bench_test.go | 6 years ago | |
head_test.go | 6 years ago | |
mocks_test.go | ||
querier.go | 6 years ago | |
querier_test.go | 6 years ago | |
record.go | ||
record_test.go | ||
repair.go | ||
repair_test.go | ||
tombstones.go | 6 years ago | |
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.
Based on the Gorilla TSDB white papers.
Video: Storing 16 Bytes at Scale from PromCon 2017.
See also the format documentation.