grafana/pkg/services/alerting
Carl Bergquist 1efeaafdbf Merge pull request #7249 from grafana/alerting_test_alertrule
Enable error and no_data overrides when testing alerting.
2017-01-13 15:18:02 +01:00
..
conditions fix(alerting): fixed evaluation for no_value condition, fixes #7244 (#7247) 2017-01-13 12:32:30 +01:00
notifiers Add support for sensu notifications (#7207) 2017-01-11 13:57:07 +01:00
commands.go feat(alerting): validate alerts before saving dashboard (#6691) 2016-11-24 09:50:35 +01:00
engine.go feat(alerting): recover from panic 2016-10-21 14:46:58 +02:00
eval_context_test.go feat(alerting): reduce states. Make exeuction result configurable. 2016-11-07 12:42:39 +01:00
eval_context.go refactor(alerting): refactoring PR for OR conditions, #6579 2016-11-17 15:48:15 +01:00
eval_handler_test.go feat(alerting): moves getNewState to evalHandler 2017-01-13 11:02:24 +01:00
eval_handler.go feat(alerting): moves getNewState to evalHandler 2017-01-13 11:02:24 +01:00
extractor_test.go feat(alerting): parse the interval value from the panel 2016-10-13 11:19:44 +02:00
extractor.go chore(alerting): removes double logging 2016-12-20 08:34:44 +01:00
interfaces.go feat(alerting): removes pause per datasource 2016-12-19 13:24:45 +01:00
models.go fix(alerting): fixed evaluation for no_value condition, fixes #7244 (#7247) 2017-01-13 12:32:30 +01:00
notifier_test.go tech(notifiers): improve logging for notifications 2016-10-11 10:15:41 +02:00
notifier.go feat(plugins): made notifiers more pluggable and easier to support many of them, new ones can now be added without modifying any existing file, #7162 2017-01-06 12:04:25 +01:00
reader.go tech(alerting): remove comments 2016-12-19 15:40:09 +01:00
result_handler.go feat(alerting): moves getNewState to evalHandler 2017-01-13 11:02:24 +01:00
rule_test.go tech(alerting): remove comments 2016-12-19 15:40:09 +01:00
rule.go feat(alerting): improve error logging for extracting alerts 2016-11-15 11:47:46 +01:00
scheduler.go fix(alerting): remove possible divide by zero panic 2016-11-17 15:20:14 +01:00
test_notification.go fix(alerting): fixed evaluation for no_value condition, fixes #7244 (#7247) 2017-01-13 12:32:30 +01:00
test_rule.go Make alerting notifcations sync (#6158) 2016-10-03 09:38:03 +02:00
ticker_test.go feat(alerting): began work on splitting scheduler into scheduler and engine 2016-06-06 11:56:58 +02:00
ticker.go feat(alerting): began work on splitting scheduler into scheduler and engine 2016-06-06 11:56:58 +02:00