Merge pull request #1310 from prometheus/beorn7/storage

Update doc comment
This commit is contained in:
Fabian Reinartz 2016-01-12 12:42:09 +01:00
commit 3c81843167

View file

@ -53,8 +53,7 @@ type Storage interface {
// The iterator will never return samples older than retention time,
// relative to the time NewIterator was called.
NewIterator(model.Fingerprint) SeriesIterator
// Drop all time series associated with the given fingerprints. This operation
// will not show up in the series operations metrics.
// Drop all time series associated with the given fingerprints.
DropMetricsForFingerprints(...model.Fingerprint)
// Run the various maintenance loops in goroutines. Returns when the
// storage is ready to use. Keeps everything running in the background