prometheus/rules
beorn7 45e5775f9b Add missing logging of out-of-order samples
So far, out-of-order samples during rule evaluation were not logged,
and neither scrape health samples. The latter are unlikely to cause
any errors. That's why I'm logging them always now. (It's alway highly
irregular should it happen.) For rules, I have used the same plumbing
as for samples, just with a different wording in the message to mark
them as a result of rule evaluation.
2016-05-19 16:22:53 +02:00
..
alerting.go Make copying alerting state safer. 2016-03-02 12:21:54 +01:00
manager.go Add missing logging of out-of-order samples 2016-05-19 16:22:53 +02:00
manager_test.go Fix detection of flapping alerts 2016-02-04 23:55:12 -05:00
recording.go Don't skip recording rule errors 2016-01-12 10:26:06 +01:00
recording_test.go Switch chunk encoding to type 2 where it was hardcoded type 1 before 2016-03-20 23:32:20 +01:00