On my grafana cloud setup i’ve sucessfully configured a Telegran Notification Channel. I’ve also configuerd Synthetic Monitoring for HTTP Requ to a Service. There seem to be 3 standard alerts configured (one of them added below). How do i config an alert to send a notification to the Telegram Channel when triggered? Couldn’t figure it out yet.
alert: SyntheticMonitoringCheckFailureAtMediumSensitivity
expr: instance_job_severity:probe_success:mean5m{alert_sensitivity="medium"} < 95
for: 5m
labels:
namespace: synthetic_monitoring
annotations:
description: check job {{ $labels.job }} instance {{ $labels.instance }} has a
success rate of {{ printf "%.1f" $value }}%.
summary: check success below 95%