Skip to content

Commit

Permalink
Document ScaledObject support for Value metric type in FAQ
Browse files Browse the repository at this point in the history
Signed-off-by: amirschw <24677563+amirschw@users.noreply.github.com>
  • Loading branch information
amirschw committed Jun 9, 2022
1 parent 39123f4 commit 832bc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/faq20.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The target metric value is used by the Horizontal Pod Autoscaler (HPA) to make s
The current target value on the Horizontal Pod Autoscaler (HPA) often does not match with the metrics on the system you are scaling on. This is because of how the Horizontal Pod Autoscaler's (HPA) [scaling algorithm](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#algorithm-details) works.
KEDA currently only supports average metrics. This means that the HPA will use the average value of the metric between the total amount of pods.
By default, KEDA scalers use average metrics (the `AverageValue` metric type). This means that the HPA will use the average value of the metric between the total amount of pods. As of KEDA v2.7, ScaledObjects also support the `Value` metric type. You can learn more about it [here](/docs/latest/concepts/scaling-deployments/#triggers).
"""
type = "Kubernetes"

Expand Down

0 comments on commit 832bc77

Please sign in to comment.