Grafana alerting ha duplicate alert history

We are serving grafana on k8s pod.
The ha configuration was referred to the above document.
As you can see in the screenshot, duplicate records remain.
how can i solve it?

I see the same thing. Did you manage to solve this?

Hi! :wave:

Grafana, even in HA, evaluates alert rules on all replicas. What HA does is deduplicate notifications, but it does not deduplicate evaluations. That means you should expect to see each state change N times, where N is the number of replicas.

Hi :wave:

Thank you for the reply.

Do you have any idea why I see no values in my “Normal” states?

These Normal states are because the rule was edited/updated - rather than because the alert was below the threshold. You’ll see Normal(Updated) in the case, instead of just Normal.

OK thank you, here is another example where I did not update the threshold.

Do you think my configuration is wrong somewhere perhaps?