Try loading Grafana instance to find there is no Omniperf plugin available.
Expected behavior
Long term the Grafana plugin needs to be ported to React using provided documentation. I also need to sync with the new Omniperf PM to figure how Grafana fits into long term roadmap. In the short term, we can roll back the Grafana version inside the Docker container to meet immediate customer needs.
Originally posted by **ELCapitanLLNL** August 21, 2024
Hello!
I am wondering if anyone experiencing an issue with the latest Grafana version (11) and Omniperf plug-in.
I am getting: `error msg="Refusing to initialize plugin because it's using Angular, which has been disabled" pluginId=amd-omniperf-data-plugin`
info: https://grafana.com/blog/2024/03/11/removal-of-angularjs-support-in-grafana-what-you-need-to-know/
Thanks!
Describe the bug The version of Grafana provided in the Dockerfile (stubbed to the latest release) is incompatible with the AngularJS plugin Omniperf provides. https://github.com/ROCm/omniperf/blob/a436ec4d87af1203fbfe3596d061a80d5213b6b0/grafana/Dockerfile#L25
Development Environment:
To Reproduce Steps to reproduce the behavior:
Expected behavior Long term the Grafana plugin needs to be ported to React using provided documentation. I also need to sync with the new Omniperf PM to figure how Grafana fits into long term roadmap. In the short term, we can roll back the Grafana version inside the Docker container to meet immediate customer needs.
Additional context
Discussed in https://github.com/ROCm/omniperf/discussions/415