The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/pkg/services/alerting
Carl Bergquist e2c2b70a61
Merge pull request #14852 from jpenalbae/pushover-attach
7 years ago
..
conditions alerting: adds tests for the median reducer 7 years ago
notifiers Merge pull request #14852 from jpenalbae/pushover-attach 7 years ago
testdata Returned id for alert notifications which were created without uid 7 years ago
commands.go refactor dashboard alert extractor 7 years ago
engine.go moves timeout tests to an integration test 7 years ago
engine_integration_test.go moves timeout tests to an integration test 7 years ago
engine_test.go moves timeout tests to an integration test 7 years ago
eval_context.go go meta lint errors 7 years ago
eval_context_test.go go meta lint errors 7 years ago
eval_handler.go
eval_handler_test.go
extractor.go make sure frequency cannot be zero 7 years ago
extractor_test.go removes unnessecary db request 7 years ago
interfaces.go Added uid for alert notifications 7 years ago
models.go
notifier.go Added uid for alert notifications 7 years ago
reader.go pkg/services/alerting/reader.go: Fix should use for range instead of for { select {} }. 7 years ago
result_handler.go introduces hard coded deboucing for alerting 7 years ago
rule.go Converted notification id to uid via fmt for old alert notification settings 7 years ago
rule_test.go removes unnessecary db request 7 years ago
scheduler.go
test_notification.go removes error2 logger 7 years ago
test_rule.go refactor dashboard alert extractor 7 years ago
ticker.go
ticker_test.go