mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
Update persistQueueLength after chunks were persisted.
This commit is contained in:
parent
5101c58f6c
commit
5ed8f6c205
|
@ -586,6 +586,7 @@ func (s *memorySeriesStorage) handlePersistQueue() {
|
|||
return
|
||||
}
|
||||
chunkCount -= len(cds)
|
||||
s.persistQueueLength.Set(float64(chunkCount))
|
||||
}
|
||||
|
||||
loop:
|
||||
|
|
Loading…
Reference in a new issue