When we detect the number of CPUs in a container using cgroups v1, normalize the metric to total to 100%. This makes it easier to set alerts on a predicable maximum value, rather than account for the number of CPUs per container.
This change is backward incompatible for those relying on CPU totals exceeding 100%. A container with 5 CPUs will no longer have a maximum of 500% CPU usage.
When we detect the number of CPUs in a container using cgroups v1, normalize the metric to total to 100%. This makes it easier to set alerts on a predicable maximum value, rather than account for the number of CPUs per container.
This change is backward incompatible for those relying on CPU totals exceeding 100%. A container with 5 CPUs will no longer have a maximum of 500% CPU usage.
Fixes #77.