mirror of https://github.com/knative/docs.git
[release-1.6] Using RPS as scaling metric always requires an annotation (#5237)
* using RPS as scaling metric always requires an annotation Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com> * typo Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com> * remove whitespace Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com> Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com> Co-authored-by: Paul S. Schweigert <paul@paulschweigert.com>
This commit is contained in:
parent
d09ad64e5f
commit
a9c5c67bca
|
@ -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"`
|
||||
|
||||
|
|
Loading…
Reference in New Issue