akoutmos / prom_ex

An Elixir Prometheus metrics collection library built on top of Telemetry with accompanying Grafana dashboards
MIT License
577 stars 96 forks source link

[QUESTION] Adapt dashboards to multiple replicas #239

Open RobinFrcd opened 2 weeks ago

RobinFrcd commented 2 weeks ago

Hi, Dashboards generated by prom_ex are really great and super complete, thanks ! The thing is, I have multiple replicas of my service, each of them exposing its own /metrics endpoint. Prometheus is able to fetch all these metrics correctly, but it doesn't fit with the current dashboard.

Is there a recommended way to modify the prom_ex dashboards so they are able to aggregate the data from all the replicas in into one graph/table ?

Thanks !