You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Graph (Angular based) s deprecated in the new versions of Grafana.
In order to automatically migrate to Time Series (React) dashboards the following steps are required:
Start Grafana in the development mode
append &__feature.autoMigrateOldPanels=true parameter to the URL. I.e.: http://localhost:3000/d/sWPi0L-mk/pulsar-messaging?orgId=1&refresh=1m&__feature.autoMigrateOldPanels=true
The dashboard can now be exported / incorporated into the codebase
What do you think?
The text was updated successfully, but these errors were encountered:
michalcukierman
changed the title
Grafana Dashboard: update to the React components
Grafana Dashboard: update to React components
May 14, 2024
Graph (Angular based) s deprecated in the new versions of Grafana.
In order to automatically migrate to
Time Series
(React) dashboards the following steps are required:&__feature.autoMigrateOldPanels=true
parameter to the URL.I.e.: http://localhost:3000/d/sWPi0L-mk/pulsar-messaging?orgId=1&refresh=1m&__feature.autoMigrateOldPanels=true
What do you think?
The text was updated successfully, but these errors were encountered: