mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
The container CPU metric was reported in units of 100% = 1 CPU. So the the ratio was correct, but since we don't show limits in most places it is hard to interpret that figure. It also makes sorting by CPU usage highly misleading. So now we normalise everything to 100%. That too can be misleading, depending on what you are looking for, but it's generally less surprising.