From c92dfc57fcf801a3a709d23da669a3eb3ccd9085 Mon Sep 17 00:00:00 2001 From: erharjotsingh <136554658+erharjotsingh@users.noreply.github.com> Date: Sat, 29 Jul 2023 21:59:32 +0530 Subject: [PATCH] Update autoscaling-metrics.md --- .../autoscaling/autoscaling-metrics.md | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/docs/serving/autoscaling/autoscaling-metrics.md b/docs/serving/autoscaling/autoscaling-metrics.md index a7e3cee5c0..20224692c9 100644 --- a/docs/serving/autoscaling/autoscaling-metrics.md +++ b/docs/serving/autoscaling/autoscaling-metrics.md @@ -34,9 +34,8 @@ For more information about KPA and HPA, see the documentation on [Supported Auto autoscaling.knative.dev/metric: "concurrency" autoscaling.knative.dev/target-utilization-percentage: "70" ``` - !!! note
- The `autoscaling.knative.dev/target-utilization-percentage` annotation for "Concurrency" -
specifies a percentage value + !!! note + The `autoscaling.knative.dev/target-utilization-percentage` annotation for "Concurrency" specifies a percentage value === "Requests per second" @@ -53,9 +52,8 @@ For more information about KPA and HPA, see the documentation on [Supported Auto autoscaling.knative.dev/metric: "rps" autoscaling.knative.dev/target: "150" ``` - !!! note
- The `autoscaling.knative.dev/target` annotation for "Requests per second" -
specifies an integer value + !!! note + The `autoscaling.knative.dev/target` annotation for "Requests per second" specifies an integer value === "CPU" @@ -73,9 +71,8 @@ For more information about KPA and HPA, see the documentation on [Supported Auto autoscaling.knative.dev/metric: "cpu" autoscaling.knative.dev/target: "100" ``` - !!! note
- The `autoscaling.knative.dev/target` annotation for "CPU" specifies
- the integer value in millicore + !!! note + The `autoscaling.knative.dev/target` annotation for "CPU" specifies the integer value in millicore === "Memory" @@ -93,9 +90,8 @@ For more information about KPA and HPA, see the documentation on [Supported Auto autoscaling.knative.dev/metric: "memory" autoscaling.knative.dev/target: "75" ``` - !!! note
- The `autoscaling.knative.dev/target` annotation for "Memory"
- specifies the integer value in Mi + !!! note + The `autoscaling.knative.dev/target` annotation for "Memory" specifies the integer value in Mi === "Custom metric"