Grafana can query multiple prometheus data sources:
https://www.robustperception.io/switching-between-prometheus-servers-in-grafana-using-data-source-variables

That requires the user to select the required data source from a drop-down.

Alternatively, can also put promxy in front of the prometheus servers, and 
configure grafana to query promxy.  All the prometheus servers will appear 
like one merged server.

As another alternative option, you can use remote_write on your prometheus 
servers to write to VictoriaMetrics, and configure grafana to query the 
VictoriaMetrics instance (which appears to Grafana just like a prometheus 
server - indeed it has a somewhat extended version of PromQL).

There are other options like Thanos, which may be a bit more involved to 
set up, but have other advantages (e.g. Thanos can do downsampling and 
long-term archiving to S3 storage)

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/08deb7dc-e0a5-4fcf-bb0c-c981d9655138%40googlegroups.com.

Reply via email to