Skip to content

Commit

Permalink
Links added to target page from metrics page (#5674)
Browse files Browse the repository at this point in the history
  • Loading branch information
HrrrXppp authored Oct 4, 2023
1 parent f9598dc commit 1b7a1b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/serving/autoscaling/autoscaling-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"

Expand All @@ -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"

Expand All @@ -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"

Expand Down

0 comments on commit 1b7a1b0

Please sign in to comment.