grafana / grafonnet

Jsonnet library for generating Grafana dashboards.
https://grafana.github.io/grafonnet/
Apache License 2.0
320 stars 18 forks source link

AlertList panel does not work anymore on latest version #201

Closed RorFis closed 1 month ago

RorFis commented 1 month ago

Hi, I tried to upload multiple dashboards today on Grafana (some that I modified and some I did not). I'm using Jenkins to upload my dashboard and it pulls the latest grafonnet version. I have an Alert List dashboard with multiple Alert List panels that I did not modified and used to work with the previous grafonnet version.

However today it seems that the dashboard does not work anymore. I identified the following json code : "pluginVersion": "v11.0.0", "title": "Business Alerts", "type": "AlertList"

However, a working json is the following : "pluginVersion": "v11.0.0", "title": "Business Alerts", "type": "alertlist"

Is there a way to change the type ? Thanks

Duologic commented 1 month ago

Not fixed, I'm afk now.