prometheus/storage/local
beorn7 c740789ce3 Improve predict_linear
Fixes https://github.com/prometheus/prometheus/issues/1401

This remove the last (and in fact bogus) use of BoundaryValues.

Thus, a whole lot of unused (and arguably sub-optimal / ugly) code can
be removed here, too.
2016-02-25 12:10:55 +01:00
..
codable Replace metric.LabelPair with model.LabelPair 2015-08-22 13:32:13 +02:00
fixtures/b0 Add benchmark for loading chunks and chunk descs. 2015-03-19 19:28:21 +01:00
index Fix some dead code, missing error checks, shadowings. 2015-09-14 12:21:34 +02:00
chunk.go Move lastSamplePair method up to memorySeries 2016-02-19 18:16:41 +01:00
crashrecovery.go Switch to common/log 2015-10-03 10:21:43 +02:00
delta.go Return SamplePair istead of *SamplePair consistently 2016-02-19 17:00:40 +01:00
delta_helpers.go Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
doubledelta.go Return SamplePair istead of *SamplePair consistently 2016-02-19 17:00:40 +01:00
instrumentation.go Add a series ops metric "purge_on_request" 2016-01-11 17:22:16 +01:00
interface.go Improve predict_linear 2016-02-25 12:10:55 +01:00
locker.go Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
locker_test.go Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
mapper.go Switch to common/log 2015-10-03 10:21:43 +02:00
mapper_test.go Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
persistence.go Populate chunkDesc.chunkLastTime during checkpoint loading, too 2016-02-24 13:58:34 +01:00
persistence_test.go Populate chunkDesc.chunkLastTime during checkpoint loading, too 2016-02-24 13:58:34 +01:00
preload.go Rework the way ranges and instants are handled 2016-02-22 01:47:18 +01:00
series.go Improve predict_linear 2016-02-25 12:10:55 +01:00
storage.go Improve predict_linear 2016-02-25 12:10:55 +01:00
storage_test.go Improve predict_linear 2016-02-25 12:10:55 +01:00
test_helpers.go Fix some dead code, missing error checks, shadowings. 2015-09-14 12:21:34 +02:00