mirror of https://github.com/knative/docs.git
Using RPS as scaling metric always requires an annotation (#5209)
* 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>
This commit is contained in:
parent
4e908020ea
commit
43cc5aa9fd
|
@ -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