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
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: