I want to create a dashboard (a gauge would be good) that displays values obtained from a URL. Is there a way to use a URL as a datasource, populate a variable from a URL, or something like that?
I know I can create a link that you can click on and follow a link, but I don’t want that. I want the data from the URL to feed that dashboard.
Also, I would recommend this plugin JSON API plugin for Grafana | Grafana Labs. If the response is in JSON format, you can visualise it in panel of your choice (e.g. gauge).
I meant to come back sooner and say thanks again. The plugins were almost exactly what I was looking for. Got a couple things I’m working around, but it’s all good.