node_exporter
node_exporter copied to clipboard
fix cpustat when some cpus are offline
This is related to https://github.com/prometheus/procfs/pull/438.
We have a case that some of the CPU (threads) are offline intentionally. But due to procfs is returning interpolated values, which makes our cpu caculation return invalid values.
This patch pickup the new procfs change.
But it needs rebasing
Ping, can you please update this PR?
This patch needs new procfs one, which has not yet been merged. I will push that one first.
This patch has aligned with procfs@master. Please review. Thanks.
gentle ping :)
I think I have updated it. is it outdated?
@alexjx ping to maintainers ;-)
cc @SuperQ
This needs a rebase.
The branch has rebase to latest master. Please help review. Thanks.
Thanks!