From 7debc35405f172311942e9244cd42e7d67047d0d Mon Sep 17 00:00:00 2001 From: erharjotsingh <136554658+erharjotsingh@users.noreply.github.com> Date: Fri, 28 Jul 2023 09:46:02 +0530 Subject: [PATCH] Update autoscaling-metrics.md --- docs/serving/autoscaling/autoscaling-metrics.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/serving/autoscaling/autoscaling-metrics.md b/docs/serving/autoscaling/autoscaling-metrics.md index d87e8a8a33..e531731cc6 100644 --- a/docs/serving/autoscaling/autoscaling-metrics.md +++ b/docs/serving/autoscaling/autoscaling-metrics.md @@ -34,7 +34,7 @@ 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
+ !!! note
The autoscaling.knative.dev/target-utilization-percentage annotation for "Concurrency"
specifies a percentage value @@ -53,7 +53,7 @@ For more information about KPA and HPA, see the documentation on [Supported Auto autoscaling.knative.dev/metric: "rps" autoscaling.knative.dev/target: "150" ``` -!!! note
+ !!! note
The autoscaling.knative.dev/target annotation for "Requests per second"
specifies an integer value @@ -73,7 +73,7 @@ For more information about KPA and HPA, see the documentation on [Supported Auto autoscaling.knative.dev/metric: "cpu" autoscaling.knative.dev/target: "100" ``` -!!! note
+ !!! note
The autoscaling.knative.dev/target annotation for "CPU" specifies
the integer value in millicore @@ -93,7 +93,7 @@ For more information about KPA and HPA, see the documentation on [Supported Auto autoscaling.knative.dev/metric: "memory" autoscaling.knative.dev/target: "75" ``` -!!! note
+ !!! note
The autoscaling.knative.dev/target annotation for "Memory"
specifies the integer value in Mi