grafana/pkg/services/alerting
2016-07-27 16:18:10 +02:00
..
conditions feat(alerting): refactoring conditions out to seperate package 2016-07-27 16:18:10 +02:00
init feat(alerting): refactoring conditions out to seperate package 2016-07-27 16:18:10 +02:00
notifiers feat(alerting): lots of progress on notifications, refactored them out to their own package, restored webhook notitication and added slack notification 2016-07-27 12:09:55 +02:00
alert_rule_test.go feat(alerting): refactoring conditions out to seperate package 2016-07-27 16:18:10 +02:00
alert_rule.go feat(alerting): refactoring conditions out to seperate package 2016-07-27 16:18:10 +02:00
commands.go chore(alerting): move transformers to seperate package 2016-06-13 07:46:54 +02:00
engine.go feat(alerting): working on state management 2016-07-22 13:14:09 +02:00
evaluator.go style(alerting): rename level.level to level.value 2016-06-15 11:39:25 +02:00
extractor_test.go feat(alerting): refactoring conditions out to seperate package 2016-07-27 16:18:10 +02:00
extractor.go feat(alerting): working on state management 2016-07-22 13:14:09 +02:00
handler_test.go feat(alerting): working on state management 2016-07-22 13:14:09 +02:00
handler.go feat(alerting): progress on email notifications 2016-07-26 12:29:52 +02:00
interfaces.go feat(alerting): refactoring conditions out to seperate package 2016-07-27 16:18:10 +02:00
models.go feat(alerting): refactoring conditions out to seperate package 2016-07-27 16:18:10 +02:00
notifier_test.go feat(alerting): more refactoring work in backend code 2016-07-19 22:36:59 +02:00
notifier.go feat(alerting): lots of progress on notifications, refactored them out to their own package, restored webhook notitication and added slack notification 2016-07-27 12:09:55 +02:00
reader_test.go style(alerting): improve naming 2016-06-13 14:01:57 +02:00
reader.go feat(alerting): progress on email notifications 2016-07-26 12:29:52 +02:00
result_handler_test.go feat(alerting): more work on handling result and saving state 2016-07-21 17:31:46 +02:00
result_handler.go feat(alerting): progress on email notifications 2016-07-26 12:29:52 +02:00
scheduler.go feat(alerting): lots of progress on notifications, refactored them out to their own package, restored webhook notitication and added slack notification 2016-07-27 12:09:55 +02:00
test_rule.go feat(alerting): testing alert is starting to work 2016-07-21 13:09:12 +02:00
ticker_test.go
ticker.go