datastax / kaap

KAAP, Kubernetes Autoscaling for Apache Pulsar
https://datastax.github.io/kaap/
Apache License 2.0
45 stars 15 forks source link

Grafana Dashboard: update to React components #171

Open michalcukierman opened 4 months ago

michalcukierman commented 4 months ago

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?