Skip to content

Commit

Permalink
Merge pull request #4 from erharjotsingh/erharjotsingh-patch-4
Browse files Browse the repository at this point in the history
Update autoscaling-metrics.md for formatting changes
  • Loading branch information
erharjotsingh authored Jul 28, 2023
2 parents 08e71ee + 7debc35 commit 394ef47
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 @@ -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 <br/>
!!! note <br/>
The autoscaling.knative.dev/target-utilization-percentage annotation for "Concurrency"
<br/> specifies a percentage value

Expand All @@ -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 <br/>
!!! note <br/>
The autoscaling.knative.dev/target annotation for "Requests per second"
<br/> specifies an integer value

Expand All @@ -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 <br/>
!!! note <br/>
The autoscaling.knative.dev/target annotation for "CPU" specifies <br/>
the integer value in millicore

Expand All @@ -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 <br/>
!!! note <br/>
The autoscaling.knative.dev/target annotation for "Memory" <br/>
specifies the integer value in Mi

Expand Down

0 comments on commit 394ef47

Please sign in to comment.