Merge pull request #578 from prometheus/beorn7/fix

Update persistQueueLength after chunks were persisted.
This commit is contained in:
Björn Rabenstein 2015-03-04 20:37:17 +01:00
commit 9376e0520f

View file

@ -586,6 +586,7 @@ func (s *memorySeriesStorage) handlePersistQueue() {
return
}
chunkCount -= len(cds)
s.persistQueueLength.Set(float64(chunkCount))
}
loop: