mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-13 17:14:05 -08:00
Update doc comment
This should have gone into a previous commit, but I forgot to save this particular file.
This commit is contained in:
parent
3d21204db5
commit
5df5ff3851
|
@ -53,8 +53,7 @@ type Storage interface {
|
||||||
// The iterator will never return samples older than retention time,
|
// The iterator will never return samples older than retention time,
|
||||||
// relative to the time NewIterator was called.
|
// relative to the time NewIterator was called.
|
||||||
NewIterator(model.Fingerprint) SeriesIterator
|
NewIterator(model.Fingerprint) SeriesIterator
|
||||||
// Drop all time series associated with the given fingerprints. This operation
|
// Drop all time series associated with the given fingerprints.
|
||||||
// will not show up in the series operations metrics.
|
|
||||||
DropMetricsForFingerprints(...model.Fingerprint)
|
DropMetricsForFingerprints(...model.Fingerprint)
|
||||||
// Run the various maintenance loops in goroutines. Returns when the
|
// Run the various maintenance loops in goroutines. Returns when the
|
||||||
// storage is ready to use. Keeps everything running in the background
|
// storage is ready to use. Keeps everything running in the background
|
||||||
|
|
Loading…
Reference in a new issue