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
Torkel Ödegaard 175c651e65 fix(server side rendering): Fixed issues with server side rendering for alerting & for auth proxy scenarios, fixes #6115, fixes #5906 9 years ago
..
conditions fix(prometheus): remove timerange from context 9 years ago
init feat(prometheus): initial support for prometheus 9 years ago
notifiers fix(build): trying to fix build 9 years ago
commands.go chore(alerting): move transformers to seperate package 9 years ago
engine.go feat(alerting): handle all results, even due they have errors 9 years ago
eval_context.go fix(prometheus): remove timerange from context 9 years ago
eval_handler.go fix(alering): the crocdile turned on me > < 9 years ago
eval_handler_test.go style(alerting): remove blank lines 9 years ago
extractor.go feat(alerting): removed severity 9 years ago
extractor_test.go feat(alerting): fixed build issues 9 years ago
interfaces.go feat(alerting): removed severity 9 years ago
models.go feat(alerting): alerting scheduling distribution, only distibutes it on seconds for now, not sub second distribution, #5854 9 years ago
notifier.go fix(server side rendering): Fixed issues with server side rendering for alerting & for auth proxy scenarios, fixes #6115, fixes #5906 9 years ago
notifier_test.go feat(alerting): removed severity 9 years ago
reader.go feat(alerting): add global usage metrics for alerting 9 years ago
reader_test.go style(alerting): improve naming 9 years ago
result_handler.go fix(alerting): add missing evaldata field to set state command 9 years ago
result_handler_test.go feat(alerting): more work on handling result and saving state 9 years ago
rule.go feat(alerting): removed severity 9 years ago
rule_test.go tests(alerting): fixes broken tests. pointers and stuff 🤷 9 years ago
scheduler.go fix(alerting): dont log null series 9 years ago
test_notification.go fix(build): trying to fix build 9 years ago
test_rule.go feat(alerting): refactoring 9 years ago
ticker.go feat(alerting): began work on splitting scheduler into scheduler and engine 9 years ago
ticker_test.go feat(alerting): began work on splitting scheduler into scheduler and engine 9 years ago