rfmoz / grafana-dashboards

Grafana dashboards
Apache License 2.0
1.1k stars 438 forks source link

Convert panels from 'graph' to 'timeseries' plugin #167

Closed crutonjohn closed 2 months ago

crutonjohn commented 3 months ago

Grafana has deprecated and is planning to remove the old graph angular panel plugin: https://grafana.com/docs/grafana/latest/developers/angular_deprecation

most, if not all, could be updated by using a find/replace or a simple sed. tested this on the NFS dashboard and things worked fine, but i'm not sure what other dashboards may be affected.

PikachuEXE commented 3 months ago

How to make graph like CPU Basic to have percentage again? Simply replacing graph with timeseries won't work image

crutonjohn commented 3 months ago

ah maybe it's gonna take a bit more work than i had thought then.

rfmoz commented 2 months ago

When edit a graph, the dashboard have a button to migrate. All done.

Thanks for the deprecation notice.