The Prometheus monitoring system and time series database.
Find a file
Fabian Reinartz 3f72d5d027 Fix last timestamp initialization
This initializes the chunkDesc's last timestamp to the minimum
value so initial samples with a timestamp of 0 (e.g. in tests)
are not accidentally dropped.
2017-01-04 14:06:40 +01:00
chunks Run persistence in separate goroutine 2017-01-02 22:24:35 +01:00
cmd/tsdb Add small testdata file 2016-12-22 19:15:37 +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 Consolidate persistence and compaction 2017-01-03 16:49:37 +01:00
compact.go Consolidate persistence and compaction 2017-01-03 16:49:37 +01:00
db.go Fix last timestamp initialization 2017-01-04 14:06:40 +01:00
db_amd64.go Add initial seriailization of block data 2016-12-08 17:43:10 +01:00
db_test.go Fix test import of labels, simplify constructor names 2016-12-21 15:12:26 +01:00
db_unix.go Add proper mmap calls 2016-12-11 15:49:36 +01:00
head.go Fix last timestamp initialization 2017-01-04 14:06:40 +01:00
postings.go Rename iterator value getters to At() 2017-01-02 13:33:06 +01:00
postings_test.go Add merge postings 2016-12-28 11:02:19 +01:00
querier.go Hotfix missing sorting of head block series index 2017-01-04 09:47:20 +01:00
querier_test.go Hotfix missing sorting of head block series index 2017-01-04 09:47:20 +01:00
reader.go Add basic compaction 2017-01-02 10:34:55 +01:00
wal.go Make persistence atomic 2017-01-02 14:41:13 +01:00
wal_test.go Add basic shard metrics 2016-12-31 09:48:49 +01:00
writer.go Make persistence atomic 2017-01-02 14:41:13 +01:00