Update persistQueueLength after chunks were persisted.

This commit is contained in:
beorn7 2015-03-04 18:46:16 +01:00
parent 5101c58f6c
commit 5ed8f6c205
1 changed files with 1 additions and 0 deletions

View File

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