Minor formatting/spelling fixups.

This commit is contained in:
Julius Volz 2015-01-09 11:04:20 +01:00
parent cca2e58f20
commit a6bc42bc61
2 changed files with 4 additions and 2 deletions

View File

@ -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"
)

View File

@ -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() {