Browse Source

Merge pull request #578 from prometheus/beorn7/fix

Update persistQueueLength after chunks were persisted.
pull/580/head
Björn Rabenstein 10 years ago
parent
commit
9376e0520f
  1. 1
      storage/local/storage.go

1
storage/local/storage.go

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

Loading…
Cancel
Save