diff --git a/storage/local/storage.go b/storage/local/storage.go index a18f92aca..bbf180f35 100644 --- a/storage/local/storage.go +++ b/storage/local/storage.go @@ -586,6 +586,7 @@ func (s *memorySeriesStorage) handlePersistQueue() { return } chunkCount -= len(cds) + s.persistQueueLength.Set(float64(chunkCount)) } loop: