-
What Grafana version and what operating system are you using?
v12.0.2 on official docker image on Linux -
What are you trying to achieve?
Just trying to get my alert instances to show up inAlert List
visualization on a dashboard -
How are you trying to achieve it?
- Using built-in Grafana Alert Manager
- Adding said
Alert List
visualization to a dashboard. I have configured (a) no filters (b) built-in Grafana DB (c) all alert states ON
-
What happened?
- No Alert Instances are showing up even through when I got to specific Alert Rules they are some showing
- When I inspect the API response (using Chrome Dev Tools), I see fetches on
api/prometheus/grafana/api/v1/rules
that returngroups
but with emptyrules
in each (!) which clearly is not correct.
-
What did you expect to happen?
- I am expecting to see my alerts in the panel
-
Can you copy/paste the configuration(s) that you are having problems with?
- Not applicable (?) to my situation I guess
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
- No network level errors in Chrome Dev
- No javascript level errors in Chrome console
- No errors in Grafana execution environment
-
Did you follow any online instructions? If so, what is the URL?
- The alert groups are created through the API: Alerting Provisioning HTTP API | Grafana documentation
- The alert groups and associated alert rules are showing up in UI
Any help greatly appreciated !