mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-07 23:52:13 -04:00
Patterned after `Chunk.Iterator()`: pass the old iterator in so it can be re-used to avoid allocating a new object. (This commit does not do any re-use; it is just changing all the method signatures so re-use is possible in later commits.) Signed-off-by: Bryan Boreham <bjboreham@gmail.com> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| alerting.go | ||
| alerting_test.go | ||
| manager.go | ||
| manager_test.go | ||
| recording.go | ||
| recording_test.go | ||