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