The Prometheus monitoring system and time series database.
Find a file
Brian Brazil d04bd947ea Merge pull request #51 from prometheus/rollback
Make rollback actually rollback.
2017-04-19 11:29:03 +01:00
chunks Add liecence file and headers 2017-04-10 20:59:45 +02:00
cmd/tsdb Add liecence file and headers 2017-04-10 20:59:45 +02:00
labels Add liecence file and headers 2017-04-10 20:59:45 +02:00
test Add liecence file and headers 2017-04-10 20:59:45 +02:00
testdata Add full encode/decode WAL cycle test 2017-02-14 21:55:50 -08:00
tsdbutil Activate Travis CI 2017-04-09 10:18:19 +02:00
.travis.yml Activate Travis CI 2017-04-09 10:18:19 +02:00
block.go Add liecence file and headers 2017-04-10 20:59:45 +02:00
chunks.go Add liecence file and headers 2017-04-10 20:59:45 +02:00
chunks_test.go Add liecence file and headers 2017-04-10 20:59:45 +02:00
compact.go Add liecence file and headers 2017-04-10 20:59:45 +02:00
db.go Merge pull request #51 from prometheus/rollback 2017-04-19 11:29:03 +01:00
db_test.go Make rollback actually rollback. 2017-04-19 11:28:36 +01:00
db_unix.go Add liecence file and headers 2017-04-10 20:59:45 +02:00
db_windows.go Add liecence file and headers 2017-04-10 20:59:45 +02:00
head.go When checking for amended points, do it in terms of bits. 2017-04-12 16:25:32 +01:00
head_test.go When checking for amended points, do it in terms of bits. 2017-04-12 16:25:32 +01:00
index.go Add liecence file and headers 2017-04-10 20:59:45 +02:00
index_test.go Add liecence file and headers 2017-04-10 20:59:45 +02:00
LICENSE Add license file 2017-04-10 21:02:42 +02:00
postings.go Add liecence file and headers 2017-04-10 20:59:45 +02:00
postings_test.go Add liecence file and headers 2017-04-10 20:59:45 +02:00
querier.go Add liecence file and headers 2017-04-10 20:59:45 +02:00
querier_test.go Add liecence file and headers 2017-04-10 20:59:45 +02:00
README.md Add README 2017-04-10 13:29:46 +02:00
wal.go Add liecence file and headers 2017-04-10 20:59:45 +02:00
wal_test.go Add liecence file and headers 2017-04-10 20:59:45 +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.