From 1b7a1b0e4df3a38b0d649c0b126e63b85cd86763 Mon Sep 17 00:00:00 2001 From: Evgenii Khrunov <33926528+HrrrXppp@users.noreply.github.com> Date: Wed, 4 Oct 2023 14:20:05 +0500 Subject: [PATCH] Links added to target page from metrics page (#5674) --- 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 20224692c9..bbc901177a 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" specifies a percentage value + The `autoscaling.knative.dev/target-utilization-percentage` annotation for "Concurrency" specifies a percentage value. See [Configuring targets](autoscaling-targets.md) for more details. === "Requests per second" @@ -53,7 +53,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" specifies an integer value + The `autoscaling.knative.dev/target` annotation for "Requests per second" specifies an integer value. See [Configuring targets](autoscaling-targets.md) for more details. === "CPU" @@ -72,7 +72,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 integer value in millicore + The `autoscaling.knative.dev/target` annotation for "CPU" specifies the integer value in millicore. See [Configuring targets](autoscaling-targets.md) for more details. === "Memory" @@ -91,7 +91,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" specifies the integer value in Mi + The `autoscaling.knative.dev/target` annotation for "Memory" specifies the integer value in Mi. See [Configuring targets](autoscaling-targets.md) for more details. === "Custom metric"