ROCm / rocprofiler-compute

Advanced Profiling and Analytics for AMD Hardware
https://rocm.docs.amd.com/projects/omniperf/en/latest/
MIT License
135 stars 49 forks source link

Grafana in Dockerfile incompatible with plugin #416

Closed coleramos425 closed 2 months ago

coleramos425 commented 2 months ago

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:

  1. Follow our standard installation guide
  2. Follow our Grafana installation guide
  3. 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.

Additional context

Discussed in https://github.com/ROCm/omniperf/discussions/415

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!