prometheus/rules
Bryan Boreham 3c7de69059 storage: allow re-use of iterators
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>
2022-12-15 18:32:45 +00:00
..
fixtures fixes yamllint errors 2021-06-12 12:47:47 +02:00
alerting.go Fix notifier relabel changing the labels of active alerts (#11427) 2022-10-07 20:28:17 +05:30
alerting_test.go Merge remote-tracking branch 'upstream/main' into fix-conflict 2022-10-12 14:20:02 +05:30
manager.go storage: allow re-use of iterators 2022-12-15 18:32:45 +00:00
manager_test.go storage: allow re-use of iterators 2022-12-15 18:32:45 +00:00
recording.go delete redundant alias (#11180) 2022-08-31 15:50:38 +02:00
recording_test.go rules: remove classic UI code (#10730) 2022-05-23 16:21:50 +02:00