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.
 
 
 
 
 
Go to file
Fabian Reinartz 25d4546518
Merge pull request #42 from prometheus/amend-nan
8 years ago
chunks Add liecence file and headers 8 years ago
cmd/tsdb Add liecence file and headers 8 years ago
labels Add liecence file and headers 8 years ago
test Add liecence file and headers 8 years ago
testdata Add full encode/decode WAL cycle test 8 years ago
tsdbutil Activate Travis CI 8 years ago
.travis.yml Activate Travis CI 8 years ago
LICENSE Add license file 8 years ago
README.md Add README 8 years ago
block.go Add liecence file and headers 8 years ago
chunks.go Add liecence file and headers 8 years ago
chunks_test.go Add liecence file and headers 8 years ago
compact.go Add liecence file and headers 8 years ago
db.go Add liecence file and headers 8 years ago
db_test.go Add liecence file and headers 8 years ago
db_unix.go Add liecence file and headers 8 years ago
db_windows.go Add liecence file and headers 8 years ago
head.go When checking for amended points, do it in terms of bits. 8 years ago
head_test.go When checking for amended points, do it in terms of bits. 8 years ago
index.go Add liecence file and headers 8 years ago
index_test.go Add liecence file and headers 8 years ago
postings.go Add liecence file and headers 8 years ago
postings_test.go Add liecence file and headers 8 years ago
querier.go Add liecence file and headers 8 years ago
querier_test.go Add liecence file and headers 8 years ago
wal.go Add liecence file and headers 8 years ago
wal_test.go Add liecence file and headers 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.