mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Merge pull request #578 from prometheus/beorn7/fix
Update persistQueueLength after chunks were persisted.
This commit is contained in:
commit
9376e0520f
|
@ -586,6 +586,7 @@ func (s *memorySeriesStorage) handlePersistQueue() {
|
|||
return
|
||||
}
|
||||
chunkCount -= len(cds)
|
||||
s.persistQueueLength.Set(float64(chunkCount))
|
||||
}
|
||||
|
||||
loop:
|
||||
|
|
Loading…
Reference in a new issue