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.
Fabian Reinartz
04d5ac5aae
|
7 years ago | |
---|---|---|
chunkenc | 7 years ago | |
chunks | 7 years ago | |
cmd/tsdb | 7 years ago | |
docs/format | 7 years ago | |
fileutil | 7 years ago | |
index | 7 years ago | |
labels | 7 years ago | |
test | ||
testdata | 7 years ago | |
testutil | 7 years ago | |
tsdbutil | 7 years ago | |
.travis.yml | ||
LICENSE | ||
README.md | ||
block.go | 7 years ago | |
block_test.go | 7 years ago | |
compact.go | 7 years ago | |
compact_test.go | 7 years ago | |
db.go | 7 years ago | |
db_test.go | 7 years ago | |
encoding_helpers.go | 7 years ago | |
head.go | 7 years ago | |
head_test.go | 7 years ago | |
querier.go | 7 years ago | |
querier_test.go | 7 years ago | |
repair.go | 7 years ago | |
repair_test.go | 7 years ago | |
tombstones.go | 7 years ago | |
tombstones_test.go | 7 years ago | |
wal.go | ||
wal_test.go | 7 years ago |
README.md
TSDB
This repository contains the new Prometheus storage layer that will be used in its 2.0 release.
A writeup of its design can be found here.