Very green to Grafana so pretend you are trying to explain to an 80-year-old with an AOL email address.
Attempting to monitor stats for way too many UPS devices provided by Prometheus. Created a variable called $UPSIP to use in the various queries. When the multi-value or “include all” options are NOT checked my query works as I think it should…maybe.
I was hoping to use the repeat feature so trying to RTFM I see that I have to have one of those options enabled. The second I do my query breaks and even worse the panels do not repeat, although the variable results still seem to show the multiple ip addresses I expect. Here is an example of my very simple query:
upsAdvBatteryRunTimeRemaining{instance="$UPSIP"}/6000
I fully understand this is an issue with my ignorance of the product but would appreciate any direction on what I am doing wrong. The Grafana examples seem to be based mainly on Graphite and InfluxDB data sources and I am not smart enough to extrapolate how it should also work with Prometheus.
Thanks for everyone’s time!