Alert List visualization dashboard shows nothing

  • 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 in Alert 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 return groups but with empty rules 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?

Any help greatly appreciated !

2 Likes

do you see your rules on alert rules page? Do you see status of those rules?

api/prometheus/grafana/api/v1/rules that return groups but with empty rules in

do you mean that the response returns empty array of rules? Can you provide rules you provision? Please make sure you provision to a folder that actually exists.