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.
 
 
 
 
 
Fabian Reinartz c8438cfc81 Add mutex profiling to benchmark 9 years ago
Documentation/format Documentation fixes 9 years ago
chunks Also add original license info to bstream.go 9 years ago
cmd/tsdb Add mutex profiling to benchmark 9 years ago
labels Simplify Labels.Equals() 9 years ago
test Add liecence file and headers 9 years ago
testdata Add full encode/decode WAL cycle test 9 years ago
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 Add README 9 years ago
block.go Make HeadBlock impl public, make interface private 9 years ago
chunks.go Documentation fixes 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 Make WAL for HeadBlock composeable. 9 years ago
db_test.go Fix and test ref handling in DB appender 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
encoding_helpers.go Migrate last IndexWriter pieces to decbuf 9 years ago
head.go Make WAL for HeadBlock composeable. 9 years ago
head_test.go Make WAL for HeadBlock composeable. 9 years ago
index.go Add padding between fixed-sized index sections 9 years ago
index_test.go Move chunk checksum 9 years ago
postings.go Fix missing postings in Merge and Intersect (#77) 9 years ago
postings_test.go Fix missing postings in Merge and Intersect (#77) 9 years ago
querier.go Make Select() reusable. 9 years ago
querier_test.go Fix bug where having one chunk can cause panic 9 years ago
wal.go Abstract WAL into interface 9 years ago
wal_test.go Abstract WAL into interface 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.