The Prometheus monitoring system and time series database.
Find a file
Fabian Reinartz 2841499212 Simplify and split up iterators
This simplifies some of the iterators by loading chunks from the
ChunkReader earlier, filtering of chunks vs filtering or series is
split into separate iterators for easier testing
2017-03-07 11:30:35 +01:00
chunks Run persistence in separate goroutine 2017-01-02 22:24:35 +01:00
cmd/tsdb Remove Partitioned* code 2017-03-06 17:34:49 +01:00
labels Misc cleanups 2017-03-06 14:34:49 +01:00
test Add merge postings 2016-12-28 11:02:19 +01:00
testdata Add full encode/decode WAL cycle test 2017-02-14 21:55:50 -08:00
block.go Write meta.json file atomically 2017-03-01 17:19:57 +01:00
compact.go Correctly close compacted blocks. 2017-03-06 09:33:55 +01:00
db.go Remove Partitioned* code 2017-03-06 17:34:49 +01:00
db_test.go Misc cleanups 2017-03-06 14:34:49 +01:00
db_unix.go Add proper mmap calls 2016-12-11 15:49:36 +01:00
head.go Remove Partitioned* code 2017-03-06 17:34:49 +01:00
head_test.go Add full encode/decode WAL cycle test 2017-02-14 21:55:50 -08: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 Simplify and split up iterators 2017-03-07 11:30:35 +01:00
querier_test.go Rename shard to partition 2017-01-06 08:08:02 +01:00
reader.go Tweak IndexWriter interface, serialize directly into dir 2017-02-25 07:24:20 +01:00
rw_test.go Simplify and split up iterators 2017-03-07 11:30:35 +01:00
wal.go Add separate head mutex 2017-03-04 17:41:01 +01:00
wal_test.go Add full encode/decode WAL cycle test 2017-02-14 21:55:50 -08:00
writer.go Optimize memory allocations in writer 2017-03-02 23:35:02 +01:00