-
Notifications
You must be signed in to change notification settings - Fork 22
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
[!] bump Grafana to v11 #407
[!] bump Grafana to v11 #407
Conversation
Hello! Thanks for your help. It's better to have |
Hi @pashagolub!! |
I added a brief documentation for a better understanding of behavior |
I don't like the tree structure. Please, do not add anything or change unless we agreed on it.
It's OK to change docker-compose to use the v11 Grafana image. Thanks for your help! |
Excuse me for not asking before changing the tree structure first, you were right, it's more simpler now and it works better with less complexity, I've made the adjustments asked, and removed the brief documentation as it is no longer necessary, thanks for the feedback again!! |
Thanks! I will test and review this PR next week due to holidays and vacations. Please, feel free to improve it if you will find anything else. Best regards! |
f1ecc7c
to
8fb21ed
Compare
very good, happy holidays!! |
6a26c66
to
c025a1d
Compare
@muni106 what are the steps to migrate old dashboards to new format? Are there any migration scripts/tools? |
Hi @pashagolub, how to migrate from old to new dashboards is explained on the docker compose file, you can decide which version to use just by commenting and uncommenting the related volumes, I hope I have resolved your doubts. |
instead, if you meant the steps of what I did to migrate the old dashboards to new format: I used the automatic migration tool on the grafana dashboard, but sometimes it works badly, for example links are always broken, in these cases you need to fix things manually from the dashboard |
No. My question was how to migrare angularjs dashboards to react? |
Grafana have a tool for that. See https://grafana.com/docs/grafana/latest/developers/angular_deprecation/angular-plugins/#automatic-migration-of-plugins |
Thanks guys! The reason I'm asking, there are some more dashboards in a wild, e.g. by postgres.ai. Just want to know where to send people with new issues. :) |
I'm happy to have been of help |
Thanks @muni106! Great work! |
Description
This pull request addresses the impending deprecation of AngularJS support in Grafana starting from version 11. To ensure continued functionality and compatibility, I have migrated the majority of the panels from AngularJS to React. The migration process involved careful comparison of the new React panels with their previous AngularJS counterparts to ensure parity in functionality and appearance.
Changes Made
Notes
Testing
links about migration
Your feedback on the migration process would be greatly appreciated.