The Prometheus monitoring system and time series database.
Find a file
Goutham Veeramachaneni 6169c33fb8
Fix #59
Mutating the chunks can change their length. Hence referencing using
previous indices can cause panics.

Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
2017-05-01 14:33:56 +05:30
chunks Lint and Vet Fixes 2017-03-19 21:35:01 +05:30
cmd/tsdb Adjust import names to new repository organisation 2017-04-04 11:27:26 +02:00
labels Add fast-path for equality matching 2017-04-05 15:37:48 +02: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
tsdbutil Move BufferedSeriesIterator in own package 2017-03-24 13:23:32 +01:00
block.go Trigger reload correctly on interrupted compaction 2017-03-20 10:41:43 +01:00
chunks.go Adjust import names to new repository organisation 2017-04-04 11:27:26 +02:00
chunks_test.go Incorporate feedback on #36 2017-04-22 01:38:26 +05:30
compact.go Adjust import names to new repository organisation 2017-04-04 11:27:26 +02:00
db.go Adjust import names to new repository organisation 2017-04-04 11:27:26 +02:00
db_test.go Misc cleanups 2017-03-06 14:34:49 +01:00
db_unix.go Add cross-platform mmap 2017-04-04 16:54:48 +02:00
db_windows.go Add fast-path for equality matching 2017-04-05 15:37:48 +02:00
head.go Adjust maximum samples per chunk. 2017-04-07 10:58:37 +02:00
head_test.go Adjust import names to new repository organisation 2017-04-04 11:27:26 +02:00
index.go Add fast-path for equality matching 2017-04-05 15:37:48 +02:00
index_test.go Added Test For indexReader.LabelValues 2017-04-08 21:12:04 +05:30
postings.go postings: Fix bad test and revert changed logic 2017-04-09 17:20:39 +05:30
postings_test.go Incorporate feedback on #36 2017-04-22 01:38:26 +05:30
querier.go Fix #59 2017-05-01 14:33:56 +05:30
querier_test.go Fix #59 2017-05-01 14:33:56 +05:30
wal.go Adjust import names to new repository organisation 2017-04-04 11:27:26 +02:00
wal_test.go Adjust import names to new repository organisation 2017-04-04 11:27:26 +02:00