Go to file
Goutham Veeramachaneni 61f866bb94
Add Sample Back
The compilation and tests are broken as head.go requires sample which
has been moved to another package while moving BufferedSeriesIterator.

Duplication seemed better compared to exposing sample from tsdbutil.
2017-03-26 23:22:58 +05:30
chunks Lint and Vet Fixes 2017-03-19 21:35:01 +05:30
cmd/tsdb Lint and Vet Fixes 2017-03-19 21:35:01 +05:30
labels Lint and Vet Fixes 2017-03-19 21:35:01 +05:30
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 10:20:39 +01:00
block.go Trigger reload correctly on interrupted compaction 2017-03-20 10:41:43 +01:00
chunks.go Add composed Block interfaces, remove head generation 2017-03-20 09:02:36 +01:00
chunks_test.go Split persistence by chunk/index instead of read/write 2017-03-07 12:48:52 +01:00
compact.go Fix wrong comparison in head block resorting 2017-03-21 12:12:33 +01:00
db.go Actually close olds blocks in reloadBlocks 2017-03-23 18:27:20 +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 Add Sample Back 2017-03-26 23:22:58 +05:30
head_test.go Drop position mapper from head block 2017-03-15 14:44:29 +01:00
index.go Hotfix erroneous "label index missing" error 2017-03-20 11:37:06 +01:00
index_test.go Use ChunkMeta references for clarity 2017-03-14 15:40:16 +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 Move BufferedSeriesIterator in own package 2017-03-24 10:20:39 +01:00
querier_test.go Move BufferedSeriesIterator in own package 2017-03-24 10:20:39 +01:00
wal.go Merge branch 'master' of github.com:fabxc/tsdb 2017-03-21 10:11:39 +01:00
wal_test.go Handle WAL corruption by truncating 2017-03-15 11:16:16 +01:00