[Scaled Object] Scaling based on multiple metrics #5884
Unanswered
MnLujan
asked this question in
Q&A / Need Help
Replies: 1 comment
-
If you use scaling modifiers, then this is the only metric that is being sent over to HPA, you should include all metrics in the formula. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I'm implementing a ScaledObject to scale our services based on various metrics obtained from GCP via Stackdriver. I have a total of 3 metrics from
stackdriver
. In a specific scenario, I need to divide two metrics using thescalingModifiers
feature. The third metric is latency, which I see from the KEDA operator logs is being fetched successfully and reaches the configured target value, but the service never scales. Is this a limitation of KEDA? Should I add any logic withinscalingModifiers
to enable scaling? I'm sharing the ScaledObject definition for better context. Thanks for the help.Also, I share the keda-operator logs:
Beta Was this translation helpful? Give feedback.
All reactions