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 29, 2023
1 parent 9ba7691 commit c92dfc5
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions docs/serving/autoscaling/autoscaling-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ 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/>
The `autoscaling.knative.dev/target-utilization-percentage` annotation for "Concurrency"
<br/> specifies a percentage value
!!! note
The `autoscaling.knative.dev/target-utilization-percentage` annotation for "Concurrency" specifies a percentage value

=== "Requests per second"

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

=== "CPU"

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

=== "Memory"

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

=== "Custom metric"

Expand Down

0 comments on commit c92dfc5

Please sign in to comment.