From 3f4d22e4c77a5aed85dd6fca079e4ecc5a90ca1a Mon Sep 17 00:00:00 2001 From: beorn7 Date: Tue, 12 Jan 2016 12:38:18 +0100 Subject: [PATCH] Update doc comment This should have gone into a previous commit, but I forgot to save this particular file. --- storage/local/interface.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/storage/local/interface.go b/storage/local/interface.go index 3e77e4d95..6c7df5ca2 100644 --- a/storage/local/interface.go +++ b/storage/local/interface.go @@ -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