Skip to content

Commit

Permalink
Update autoscaling-metrics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erharjotsingh authored Jul 28, 2023
1 parent 394ef47 commit 279d18f
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 <br/>
The autoscaling.knative.dev/target-utilization-percentage annotation for "Concurrency"
The `autoscaling.knative.dev/target-utilization-percentage` annotation for "Concurrency"
<br/> specifies a percentage value

=== "Requests per second"
Expand All @@ -54,7 +54,7 @@ For more information about KPA and HPA, see the documentation on [Supported Auto
autoscaling.knative.dev/target: "150"
```
!!! note <br/>
The autoscaling.knative.dev/target annotation for "Requests per second"
The `autoscaling.knative.dev/target` annotation for "Requests per second"
<br/> specifies an integer value

=== "CPU"
Expand All @@ -74,7 +74,7 @@ For more information about KPA and HPA, see the documentation on [Supported Auto
autoscaling.knative.dev/target: "100"
```
!!! note <br/>
The autoscaling.knative.dev/target annotation for "CPU" specifies <br/>
The `autoscaling.knative.dev/target` annotation for "CPU" specifies <br/>
the integer value in millicore

=== "Memory"
Expand All @@ -94,7 +94,7 @@ For more information about KPA and HPA, see the documentation on [Supported Auto
autoscaling.knative.dev/target: "75"
```
!!! note <br/>
The autoscaling.knative.dev/target annotation for "Memory" <br/>
The `autoscaling.knative.dev/target` annotation for "Memory" <br/>
specifies the integer value in Mi

=== "Custom metric"
Expand Down

0 comments on commit 279d18f

Please sign in to comment.