Skip to content

Commit

Permalink
Recommend to use cpuutil over cpu
Browse files Browse the repository at this point in the history
# Issue

We have seen customers use the `cpu` metric when they should rather be using the `cpuutil` metric, because the current text does not make it obvious that there is a significant difference between both metrics.

# Fix

Recommend to use `cpuutil` over `cpu`, citing the removal of the need to calculate the entitlement yourself.
  • Loading branch information
silvestre authored Nov 13, 2024
1 parent 1704b1e commit 7695898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/parameters-for-a-dynamic-scaling-policy-c966417.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ The metric type can be one of the following options:

- memory utilization as a percentage of the memory quota \(`memoryutil`\)

- CPU as a percentage of virtual CPUs used \(`cpu`\)
- CPU as a percentage of virtual CPUs used \(`cpu`\) \(We recommend to instead use the CPU entitlement utilization metric \(`cpuutil`\), which eliminates the need to calculate the CPU entitlement for your application.\)

- CPU entitlement utilization as percentage \(`cpuutil`\)
- disk usage in mebibytes \(`disk`\)
Expand Down

0 comments on commit 7695898

Please sign in to comment.