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
d3682d701c
|
7 years ago | |
---|---|---|
Documentation/format | 7 years ago | |
chunks | ||
cmd/tsdb | 7 years ago | |
fileutil | 7 years ago | |
labels | 7 years ago | |
test | 7 years ago | |
testdata | ||
tsdbutil | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
block.go | 7 years ago | |
block_test.go | ||
chunks.go | 7 years ago | |
chunks_test.go | ||
compact.go | 7 years ago | |
compact_test.go | ||
db.go | 7 years ago | |
db_test.go | 7 years ago | |
db_unix.go | ||
db_windows.go | ||
encoding_helpers.go | 7 years ago | |
head.go | 7 years ago | |
head_test.go | 7 years ago | |
index.go | 7 years ago | |
index_test.go | 7 years ago | |
postings.go | 7 years ago | |
postings_test.go | 7 years ago | |
querier.go | ||
querier_test.go | 7 years ago | |
tombstones.go | 7 years ago | |
tombstones_test.go | 7 years ago | |
wal.go | 7 years ago | |
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.