Openmetrics powered Grafana dashboards for Xen Orchestra
-
Hey everyone,
I'm creating this topic to showcase what's possible with the new Openmetrics data exports in Xen Orchestra using Prometheus and Grafana to build dashboards and monitoring tools.

Here is the json used for this demo dashboard: JSON
All the available metrics are described in "xen-orchestra/docs/docs/advanced.md"
Here are a few other examples and JSONs from our community:




Xoa Cluster Overview
Xoa Host Overview
Xoa SR Overview
Xoa Vm OverviewDon't hesitate to showcase your dashboards here, share your config files or suggest new metrics !
-
@simonp Is it intended that "host memory usage" and "top VMs by memory usage" show percentage values?
Wouldn't it make more sense if it would show GB / GiB values?
Apart from that: thanks a lot for sharing those dashboards!
-
@MajorP93 Hi,
In the demo dashboard it is intended yes but these percentages are obtained by dividing the free memory by total memory so changing the dashboard to show GB/GiB should be quite straight forward.
I've forgot to add to the initial post that there is a advanced dot md file that describes all the available metrics located in "xen-orchestra/docs/docs".
Thanks.