mirror of
https://github.com/prometheus/prometheus
synced 2024-12-26 08:33:06 +00:00
Minor formatting/spelling fixups.
This commit is contained in:
parent
cca2e58f20
commit
a6bc42bc61
@ -15,9 +15,11 @@ package local
|
||||
|
||||
import (
|
||||
"time"
|
||||
clientmodel "github.com/prometheus/client_golang/model"
|
||||
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
|
||||
clientmodel "github.com/prometheus/client_golang/model"
|
||||
|
||||
"github.com/prometheus/prometheus/storage/metric"
|
||||
)
|
||||
|
||||
|
@ -666,7 +666,7 @@ func (s *memorySeriesStorage) loop() {
|
||||
// checkpoint or for which the fact that the head chunk has been
|
||||
// persisted is not reflected in the most recent checkpoint. This count
|
||||
// could overestimate the number of dirty series, but it's good enough
|
||||
// as a heuristics.
|
||||
// as a heuristic.
|
||||
headChunksPersistedSinceLastCheckpoint := 0
|
||||
|
||||
defer func() {
|
||||
|
Loading…
Reference in New Issue
Block a user