mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
The host CPU metric was reported as a percentage of all available CPUs, but the limit was set to n_cpus * 100%. So on a 4-core machine the graphs and metrics-on-canvas would never show more than 1/4th usage. Now the limit is set to 100%. Fixes #1664.