prometheus/storage/metric
Julius Volz 9410f15a73 Only evict memory series after they are on disk.
This fixes the problem where samples become temporarily unavailable for
queries while they are being flushed to disk. Although the entire
flushing code could use some major refactoring, I'm explicitly trying to
do the minimal change to fix the problem since there's a whole new
storage implementation in the pipeline.

Change-Id: I0f5393a30b88654c73567456aeaea62f8b3756d9
2014-06-30 15:20:33 +02:00
..
tiered Only evict memory series after they are on disk. 2014-06-30 15:20:33 +02:00
interface.go Separate storage implementation from interfaces. 2014-04-16 13:30:19 +02:00
labelpair.go Major code cleanup in storage. 2014-02-27 15:22:37 +01:00
labelpair_test.go Weed out our homegrown test.Tester. 2014-05-21 19:27:24 +02:00
matcher.go Separate storage implementation from interfaces. 2014-04-16 13:30:19 +02:00
sample.go Separate storage implementation from interfaces. 2014-04-16 13:30:19 +02:00