Grafana fail metrics in dashboard

58 Views Asked by At

We have some incomplete data in our CPU panel, verifying that this happens only in a virtual machine and only in some metrics such as CPU, we updated the version of windows_exporter but did not solve. There has been no change to the query is running on.

enter image description here

Query:

100 - (avg by (instance) (irate(windows_cpu_time_total{mode="idle"}[2m])) * 100)

Grafana version: v10.1.0

It was expected: enter image description here

0

There are 0 best solutions below