Hi, I’m not sure if this issue has been resolved in an OOD update. I didn’t see it mentioned anywhere I searched. I’m using OOD 3.1.10 on Rocky Linux 8.
After upgrading Grafana from 11.2 to 12.0 I noticed the embedded panels under Active Jobs stopped working. They said “Panel not found” or similar. After downgrading and upgrading Grafana, I found that the last time it worked was with version 11.5.4. Upgrading to 11.6.0 caused the issue again. I’m running Grafana on Debian 12.
I think I track down the issue where OOD add a trailing slash after the dashboard name (elsa-job-metrics) that you set in the cluster config. Here is a URL embedded in the jobs page. You can see the “/” before the first “?” in the URL. If I remove that “/” the URL will work. It seems Grafana is no longer allowing that formatting.
https://metrics.hpc.tcnj.edu/d-solo/d7a46904-7151-4957-8d66-3badd16185a2/elsa-job-metrics/?orgId=3&theme=light&from=1746848442000&to=now&var-cluster=elsa&var-host=gpu-node013&panelId=11&var-job_id=3278226
I pinned our Grafana version to 11.5.4 for now. Is there a way to disable that trailing “/” or is that part of the code when building the URL?