Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Grafana] Migrate dashboards to new React based Dashboards #508

Open
schmidtsv opened this issue Feb 17, 2025 · 0 comments
Open

[Grafana] Migrate dashboards to new React based Dashboards #508

schmidtsv opened this issue Feb 17, 2025 · 0 comments

Comments

@schmidtsv
Copy link
Contributor

Grafana plans to remove the V2 dashboards. Most of it is able to be automated but to prevent having Angular based dashboards that get migrated on each start we should change the way the dashboards work.

In our staging i enabled automatic migrations. As side project I started to clean up dashboards that were auto-migrated, removing/fixing values that are not visualized and "resetting" them to a template. This will take a bit due to the lack of infinite time and manual "visual" inspections so I would welcome any helpers. Furthermore we do not use all dashboards internally so I have no way to verify functionality above "we do not get errors importing them"

To enable the automated migration edit the /var/vcap/jobs/grafana/config/grafana.ini to contain the following:

[feature_toggles]
autoMigrateOldPanels = true

Then export panel json and reset it back to a template for the repo. It will fill out current selections and data sources, which you have to reset.

I will create the first PR for this and plan to finish the bosh panels by end of the week so they can be tested by people that are not me as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant