I have multiple Prometheus instances and I have a Custom multi-value variable PrometheusInstance
with values A,B,C.
I have 3 different data sources whose URLs look like this:
http://A.foo.com:9090 etc
.
I would like the data source to change based on the value of the variable and my 19 panels to display the metrics from the corresponding instance of Prometheus.
How to achieve this? Using $PrometheusInstance
in the data source URL or name did not work.
Grafana version 9.1.6