Grouping servers in Cross Server Graphs

Hello,

Recently I started working on this amazing tool. And, wanted to see server groups in “Cross Server Graphs”
e.g. prod1 + prod2 in “Cross Server Graphs” > “live”
stg1 + stg2 in “Cross Server Graphs” > “stg”

Is there a way to that?

or any alternatives to have custom dashboards?

thanks in advance!

To get the cluster view there should be a grouping support on the Prometheus side, e.g. some labels for endpoints indicating what cluster a node belongs to, or custom metrics exposed to Prometheus saying this node has this role or belongs to that cluster.
Only after this association is implemented we can create the dashboards.