prometheus/storage
Julius Volz f2b48b8c4a Make getValuesAtIntervalOp consume all chunk data in one pass.
This is mainly a small performance improvement, since we skip past the last
extracted time immediately if it was also the last sample in the chunk, instead
of trying to extract non-existent values before the chunk end again and again
and only gradually approaching the end of the chunk.
2013-05-22 18:14:45 +02:00
..
metric Make getValuesAtIntervalOp consume all chunk data in one pass. 2013-05-22 18:14:45 +02:00
raw Destroy naked returns in half of corpus. 2013-05-16 10:53:25 +03:00
interface.go Implement batch database sample curator. 2013-04-27 17:38:18 +02:00