kaap icon indicating copy to clipboard operation
kaap copied to clipboard

Grafana Dashboard: update to React components

Open michalcukierman opened this issue 9 months ago • 0 comments

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:

  1. Start Grafana in the development mode
  2. 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
  3. The dashboard can now be exported / incorporated into the codebase

What do you think?

michalcukierman avatar May 14 '24 11:05 michalcukierman