OPG-499: Update dashboard converter to v12#1057
Merged
synqotik merged 2 commits intorelease-12.xfrom Nov 21, 2025
Merged
Conversation
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Updating the Dashboard Converter tool to upgrade dashboards from OPG 8 to 9, 8 to 12 and 9 to 12.
For OPG 12, using the latest
@grafana/schematype definitions and trying to make sure things are strongly typed.I refactored this a bit, moved the OPG 8 to 9 conversion code into a subdirectory, same with the new OPG 9 to 12 code.
We aren't doing anything special with Grafana versions 10 or 11. Users should either move from Grafana/OPG 8 to Grafana/OPG 9 or 12; or from Grafana/OPG 9-11 to 12.
If a user is converting from OPG 8, we first do a conversion from OPG 8 to 9, then from 9 to 12 if requested.
Most likely there are some bugs, there will be follow-up PRs to fix any, but want to get this out so that people can start testing it, plus it's already a lot of changes for a single PR.
External References