lovoo / xenstats_exporter

Prometheus exporter for xen (Storage, Host CPUs, Memory usage)
BSD 3-Clause "New" or "Revised" License
21 stars 9 forks source link

Please export additional VM metrics #4

Open wwentland opened 7 years ago

wwentland commented 7 years ago

Hi,

it would be much appreciated if the xenstat_exporter could export additional VM metrics such as, but not limited to, VM_metrics.get_VCPUs_utilisation, VM_metrics.get_VCPUs_CPU, VM_metrics.get_memory_actual, ... as this would allow for monitoring of running guests as well.

Thank you!

SqiSch commented 7 years ago

Hei Babilen,

sorry for the delayed answer. It´s not possible at the moment to get these informations via the xen api. The VM metrics only fetachable via RRD files from the xenmaster. I already tried to get these informations via xenAPI, but i always get zeros. Sorry for that.

wwentland commented 7 years ago

Fair enough. Thank you for the reply! I'll grab these metrics from xentop then.