Hi, I'm new in prometheus and exporter and looking for a openstack hypervisor monitoring.
As I look through source, I can find the exporter offers vm metrics. Then, is it possible to get metrics of hypervisor?
I think the node stats of libvirt is hypervisor stats. (I'm not sure for this because I'm a poor junior dev 😢 )
If i'm right, then the exporter can offer a hypervisor metrics with NodeCPUStats in libvirt-exporter/vendor/libvirt.org/go/libvirt/connect.go for example?
Hi, I'm new in prometheus and exporter and looking for a openstack hypervisor monitoring.
As I look through source, I can find the exporter offers vm metrics. Then, is it possible to get metrics of hypervisor?
I think the node stats of libvirt is hypervisor stats. (I'm not sure for this because I'm a poor junior dev 😢 )
If i'm right, then the exporter can offer a hypervisor metrics with
NodeCPUStatsin libvirt-exporter/vendor/libvirt.org/go/libvirt/connect.go for example?