The Prometheus monitoring system and time series database.
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.
 
 
 
 
 
Julius Volz 8d1fb4fa01 Minor comment fixes and additions. 9 years ago
chunks Minor comment fixes and additions. 9 years ago
cmd/tsdb Add liecence file and headers 9 years ago
labels Add liecence file and headers 9 years ago
test Add liecence file and headers 9 years ago
testdata
tsdbutil Minor comment fixes and additions. 9 years ago
.travis.yml Hack to workaround dependency on non-master code. 9 years ago
LICENSE Add license file 9 years ago
README.md
block.go Minor comment fixes and additions. 9 years ago
chunks.go Minor comment fixes and additions. 9 years ago
chunks_test.go Merge pull request #36 from Gouthamve/tests 9 years ago
compact.go Add liecence file and headers 9 years ago
db.go Merge pull request #51 from prometheus/rollback 9 years ago
db_test.go Test we get back out the data we put in. 9 years ago
db_unix.go Add liecence file and headers 9 years ago
db_windows.go Add liecence file and headers 9 years ago
head.go Remove dead code. 9 years ago
head_test.go When checking for amended points, do it in terms of bits. 9 years ago
index.go Minor comment fixes and additions. 9 years ago
index_test.go Merge pull request #36 from Gouthamve/tests 9 years ago
postings.go Merge pull request #36 from Gouthamve/tests 9 years ago
postings_test.go Merge pull request #36 from Gouthamve/tests 9 years ago
querier.go Merge pull request #36 from Gouthamve/tests 9 years ago
querier_test.go Merge pull request #36 from Gouthamve/tests 9 years ago
wal.go Minor comment fixes and additions. 9 years ago
wal_test.go Add liecence file and headers 9 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.