Physical Server CPU usage is showing very less value

Hi Everyone,

In Grafana/Prometheus, I’m encountering very low CPU utilization, consistently below 1%, instead of the expected 60-70%. I’ve tried multiple configurations, but nothing seems to resolve the issue. for Hyper-V VMs below query is working perfectly only issues with Physical machines

Physica server : Dell Poweredge (Windows Server 2019/2022)

Here is the query I’m using:

100 - (avg(irate(windows_cpu_time_total{job=~“$job”, instance=~“$instance”, mode=“idle”}[1m])) * 100)


Any suggestions or insights would be greatly appreciated!