mrlhansen / idrac_exporter

Simple Redfish (iDRAC, iLO, XClarity) exporter for Prometheus
MIT License
148 stars 42 forks source link

CPU Utilization metrics missing #93

Closed Rohith-Scalers closed 3 months ago

Rohith-Scalers commented 3 months ago

Is there a way to retrieve CPU utilization metrics from iDRAC? This metric appears to be missing from the exporter. I have also tried using the Redfish API, but it does not seem to be available there either. If there's another method to access these metrics, please let me know. Thank you!

mrlhansen commented 3 months ago

Hi @Rohith-Scalers

I have not checked thoroughly, but I do not believe this is part of the Redfish specification. I think there are some non-standard vendor specific implementations. However, I would argue that this kind of information should be scraped from the operating system, e.g. using the node exporter, which in any case will contain more reliable information.

Rohith-Scalers commented 3 months ago

Thank you @mrlhansen