-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong cpu load #7
Comments
Just change the CPU history widget to have a percentage 0-1.0 value with a softmax and max of 1.0; then on the Current CPU widget, change the value to "pve_cpu_usage_ratio{instance="$instance"} and on(id) pve_node_info". |
Thank you! Works like a charm =) |
Sorry, but i also need to fix Guest CPU Usage. Real value is ~30% in grafana i see ~6% |
I'm seeing the same issue with guest CPU usage. The current query is:
If I remove @dormancygrace can you confirm the same? |
Yes |
here is what I see in grafana
and here is what i see in proxmox webui
VMs CPU usage wrong too
pve-exporter 3.0.2, pve 8
The text was updated successfully, but these errors were encountered: