Thanos Rule Sender Is Failing Alerts critical
Thanos Rule {{$labels.instance}} is failing to send alerts to alertmanager.
>>>
sum by (job, instance) (
rate
(
{job=~".*thanos-rule.*"}[5m])) > 0
The query computes the per‑instance rate of thanos_alert_sender_alerts_dropped_total (alerts dropped by a Thanos rule) over the past 5 minutes, sums it by job and instance, and triggers the alert whenever the resulting rate is greater than 0 for any instance – meaning that the Thanos rule is currently failing to deliver alerts to Alertmanager.
Get Alert✕
Download
Copy to Clipboard