prometheus/vendor/github.com/prometheus/tsdb
2017-05-09 12:53:33 +02:00
..
chunks vendor: update tsdb 2017-05-09 12:53:33 +02:00
labels vendor: update tsdb 2017-05-09 12:53:33 +02:00
block.go vendor: update tsdb 2017-05-09 12:53:33 +02:00
chunks.go vendor: update tsdb 2017-05-09 12:53:33 +02:00
compact.go vendor: update tsdb 2017-05-09 12:53:33 +02:00
db.go vendor: update tsdb 2017-05-09 12:53:33 +02:00
db_unix.go vendor: update tsdb 2017-05-09 12:53:33 +02:00
db_windows.go vendor: update tsdb 2017-05-09 12:53:33 +02:00
encoding_helpers.go vendor: update tsdb 2017-05-09 12:53:33 +02:00
head.go vendor: update tsdb 2017-05-09 12:53:33 +02:00
index.go vendor: update tsdb 2017-05-09 12:53:33 +02:00
LICENSE vendor: update tsdb 2017-05-09 12:53:33 +02:00
postings.go vendor: update tsdb 2017-05-09 12:53:33 +02:00
querier.go vendor: update tsdb 2017-05-09 12:53:33 +02:00
README.md vendor: update tsdb 2017-05-09 12:53:33 +02:00
wal.go vendor: update tsdb 2017-05-09 12:53:33 +02:00

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.