Hello,
I've configured Grafana to get CPU utilization using wmi_process_cpu_time_total.However, it doesn't give accurate results.
I tried the below query as suggested
here.
sum by (process) (rate(wmi_process_cpu_time_total{instance=~"$server.*", process !~"Idle"}[5m]))
Any idea how I can get this working?
Thank you in advance!