From 769589873f4b72a56f55fd3cafba1a87f870268e Mon Sep 17 00:00:00 2001 From: Silvestre Zabala Date: Wed, 13 Nov 2024 11:19:40 +0100 Subject: [PATCH 1/2] Recommend to use `cpuutil` over `cpu` # 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. --- docs/parameters-for-a-dynamic-scaling-policy-c966417.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/parameters-for-a-dynamic-scaling-policy-c966417.md b/docs/parameters-for-a-dynamic-scaling-policy-c966417.md index 07a4c56..4c74845 100644 --- a/docs/parameters-for-a-dynamic-scaling-policy-c966417.md +++ b/docs/parameters-for-a-dynamic-scaling-policy-c966417.md @@ -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`\) From 8c22760d8f87ffe9038d8f25d673e0fa81c6e812 Mon Sep 17 00:00:00 2001 From: Silvestre Zabala Date: Wed, 13 Nov 2024 11:31:51 +0100 Subject: [PATCH 2/2] Suggestion by Arsalan Co-authored-by: Arsalan Khan --- docs/parameters-for-a-dynamic-scaling-policy-c966417.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/parameters-for-a-dynamic-scaling-policy-c966417.md b/docs/parameters-for-a-dynamic-scaling-policy-c966417.md index 4c74845..c32a5ee 100644 --- a/docs/parameters-for-a-dynamic-scaling-policy-c966417.md +++ b/docs/parameters-for-a-dynamic-scaling-policy-c966417.md @@ -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`\) \(We recommend to instead use the CPU entitlement utilization metric \(`cpuutil`\), which eliminates the need to calculate the CPU entitlement for your application.\) +- CPU as a percentage of virtual CPUs used \(`cpu`\) \(Instead, we recommend to 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`\)