Hi. We’ve got Open Ondemand deployed and we’re using this Grafana dashboard OnDemand | Grafana Labs which appears to be based on (its nearly identical) to ondemand_exporter/graphs/ondemand-grafana.json at master · OSC/ondemand_exporter · GitHub. This uses the graph
plugin for visualisation, which is now throwing Angular depreciation warnings in Grafana 10 (and won’t work at all in Grafana 11, docs). I’d be happy to make a PR to migrate this to the newer Time Series plugin instead, but I can’t believe I am the first person to hit this, so just wanted to check there isn’t a different dashboard source I should be using instead?
Yea it looks like we need to update it. We run 11, so I’m not sure when we upgraded these dashboards, but we must have because the json I’m pulling now does indeed have a different type.
Though I am seeing a autoMigrateFrom
key so maybe it just migrated it for us? I don’t see any issue submitting a pull request. @tdockendorf may know more though.
Added revision 2 to Grafana and created Update OnDemand dashboard example by treydock · Pull Request #32 · OSC/ondemand_exporter · GitHub to update the dashboard in the repo to same file. This was exported from 11.2.1 of Grafana.