prometheus/rules
Fabian Reinartz d89c254849 Make copying alerting state safer.
This considers static labels in the equality of alerts to
avoid falsely copying state from a different alert definition with
the same name across reloads.

To be safe, it also copies the state map rather than just its pointer
so that remaining collisions disappear after one evaluation interval.
2016-03-02 12:21:54 +01:00
..
alerting.go Make copying alerting state safer. 2016-03-02 12:21:54 +01:00
manager_test.go Fix detection of flapping alerts 2016-02-04 23:55:12 -05:00
manager.go Make copying alerting state safer. 2016-03-02 12:21:54 +01:00
recording_test.go Fix unkeyed field errors. 2015-09-18 17:00:08 +02:00
recording.go Don't skip recording rule errors 2016-01-12 10:26:06 +01:00