The Prometheus monitoring system and time series database.
 
 
 
 
 
 
Go to file
Fabian Reinartz 5a1c8eaa0e Fix missing appends after reference lookups 2017-02-02 11:10:17 +01:00
chunks Run persistence in separate goroutine 2017-01-02 22:24:35 +01:00
cmd/tsdb Fix missing appends after reference lookups 2017-02-02 11:10:17 +01:00
labels Add merge postings 2016-12-28 11:02:19 +01:00
test Add merge postings 2016-12-28 11:02:19 +01:00
block.go Support writing to multiple head blocks 2017-02-01 15:57:28 +01:00
compact.go compaction: add fast-path for compacting mem blocks 2017-01-30 09:49:36 +01:00
db.go Fix missing appends after reference lookups 2017-02-02 11:10:17 +01:00
db_amd64.go
db_test.go
db_unix.go
head.go Fix missing appends after reference lookups 2017-02-02 11:10:17 +01:00
head_test.go Add postings wrapper that emits head postings in label set order 2017-01-05 16:05:42 +01:00
postings.go Fix bug of unsorted postings lists being created 2017-01-13 16:22:20 +01:00
postings_test.go Add merge postings 2016-12-28 11:02:19 +01:00
querier.go Unexport HeadBlock, export Block interface 2017-01-10 15:41:57 +01:00
querier_test.go Rename shard to partition 2017-01-06 08:08:02 +01:00
reader.go Compact based on compaction generation 2017-01-19 19:45:52 +01:00
wal.go Move stats into meta.json file, cleanup, docs 2017-01-19 11:22:47 +01:00
wal_test.go Move stats into meta.json file, cleanup, docs 2017-01-19 11:22:47 +01:00
writer.go Correctly write empty blocks and extend appenders by new blocks 2017-02-02 07:58:54 +01:00