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

Rollback Grafana for Compatibility with deprecated plugin #417

Closed coleramos425 closed 2 months ago

coleramos425 commented 2 months ago

Filing PR in response to #416

This PR is a short-term solution to meet immediate requirements from El Capitan to get started with Grafana. I rolled back the Grafana version that's downloaded in the Dockerfile so that the Angular-based Omniperf plugin can still be used.

We still need to implement a long-term solution, which could be migrating our existing deprecated Angular plugin to React. More info on how to do that is given in Grafana release notes: https://grafana.com/blog/2024/03/11/removal-of-angularjs-support-in-grafana-what-you-need-to-know/

Waiting to discuss roadmap with @nartmada and team to determine a preferred long-term fix.