diff --git a/docs/serving/autoscaling/rps-target.md b/docs/serving/autoscaling/rps-target.md index a9dcd7eaa..6997ab8cb 100644 --- a/docs/serving/autoscaling/rps-target.md +++ b/docs/serving/autoscaling/rps-target.md @@ -1,9 +1,9 @@ # Configuring the requests per second (RPS) target -This setting specifies a target for requests-per-second per replica of an application. +This setting specifies a target for requests-per-second per replica of an application. Your revision must also be configured to use the `rps` [metric annotation](autoscaling-metrics.md). * **Global key:** `requests-per-second-target-default` -* **Per-revision annotation key:** `autoscaling.knative.dev/target` (your revision must also be configured to use the `rps` [metric annotation](autoscaling-metrics.md)) +* **Per-revision annotation key:** `autoscaling.knative.dev/target` * **Possible values:** An integer. * **Default:** `"200"`