Grafana Alerts getting sent multiple times

Dear All,

I am also getting twice notification for single alerts.
my grafana version : 10.3.0

please you have any solutions why sending double notification on single alerts

Resolved duplicate alert notification.

my Grafana deployment pod is running two as replica , both replica pod acting two grafana instance . so sending every alert twice. I change my replicas count from 2 to 1. then we get one alert notification

You can have multiple replicas, but you need to configure high availability alerting, so multiple replicas will know if notification was already sent via gossip protocol.

1 Like