diff --git a/docs/serving/autoscaling/autoscaling-metrics.md b/docs/serving/autoscaling/autoscaling-metrics.md index e531731cc6..2089ec2876 100644 --- a/docs/serving/autoscaling/autoscaling-metrics.md +++ b/docs/serving/autoscaling/autoscaling-metrics.md @@ -35,7 +35,7 @@ For more information about KPA and HPA, see the documentation on [Supported Auto autoscaling.knative.dev/target-utilization-percentage: "70" ``` !!! note
- The autoscaling.knative.dev/target-utilization-percentage annotation for "Concurrency" + The `autoscaling.knative.dev/target-utilization-percentage` annotation for "Concurrency"
specifies a percentage value === "Requests per second" @@ -54,7 +54,7 @@ For more information about KPA and HPA, see the documentation on [Supported Auto autoscaling.knative.dev/target: "150" ``` !!! note
- The autoscaling.knative.dev/target annotation for "Requests per second" + The `autoscaling.knative.dev/target` annotation for "Requests per second"
specifies an integer value === "CPU" @@ -74,7 +74,7 @@ For more information about KPA and HPA, see the documentation on [Supported Auto autoscaling.knative.dev/target: "100" ``` !!! note
- The autoscaling.knative.dev/target annotation for "CPU" specifies
+ The `autoscaling.knative.dev/target` annotation for "CPU" specifies
the integer value in millicore === "Memory" @@ -94,7 +94,7 @@ For more information about KPA and HPA, see the documentation on [Supported Auto autoscaling.knative.dev/target: "75" ``` !!! note
- The autoscaling.knative.dev/target annotation for "Memory"
+ The `autoscaling.knative.dev/target` annotation for "Memory"
specifies the integer value in Mi === "Custom metric"