prometheus/rules
Julius Volz 3b970c5133 Add variable interpolation to notification messages.
This includes required refactorings to enable replacing the http client (for
testing) and moving the NotificationReq type definitions to the "notifications"
package, so that this package doesn't need to depend on "rules" anymore and
that it can instead use a representation of the required data which only
includes the necessary fields.
2013-08-12 12:29:08 +02:00
..
ast Return [] instead of null for empty result vectors. 2013-07-25 12:16:32 +02:00
fixtures Add alertmanager notification support to Prometheus. 2013-07-30 17:23:41 +02:00
alerting.go Add alertmanager notification support to Prometheus. 2013-07-30 17:23:41 +02:00
helpers.go Add alertmanager notification support to Prometheus. 2013-07-30 17:23:41 +02:00
helpers_test.go WIP - Snapshot of Moving to Client Model. 2013-06-25 15:52:42 +02:00
lexer.l Add alertmanager notification support to Prometheus. 2013-07-30 17:23:41 +02:00
lexer.l.go Add alertmanager notification support to Prometheus. 2013-07-30 17:23:41 +02:00
load.go Swap rules lexer for much faster one. 2013-07-11 19:35:29 +02:00
Makefile Swap rules lexer for much faster one. 2013-07-11 19:35:29 +02:00
manager.go Add variable interpolation to notification messages. 2013-08-12 12:29:08 +02:00
parser.y Add alertmanager notification support to Prometheus. 2013-07-30 17:23:41 +02:00
parser.y.go Add alertmanager notification support to Prometheus. 2013-07-30 17:23:41 +02:00
recording.go WIP - Snapshot of Moving to Client Model. 2013-06-25 15:52:42 +02:00
rules.go Implement alerts dashboard and expression console links. 2013-06-13 22:35:40 +02:00
rules_test.go Add alertmanager notification support to Prometheus. 2013-07-30 17:23:41 +02:00
telemetry.go Introduce telemetry for rule evaluator durations. 2013-05-23 21:29:27 +02:00