You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
targetQueueSize - Target value for queue length passed to the scaler. The scaler will cause the replicas to increase if the queue message count is greater than the target value per active replica. (Default: 5, Optional)
(emphasis on per active replica)
So is there actually a difference between metricType: Value and metricType: AverageValue for this scaler? And if so what are the implications for each variant?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
when reading the documentation, I am wondering if the temporal scaler is in some sense defaulting to
metricType: Value. My confusion arises when the page onScaledObjectstates (https://keda.sh/docs/2.17/reference/scaledobject-spec/#triggers):but the page on the temporal scaler says (https://keda.sh/docs/2.17/scalers/temporal/)
(emphasis on per active replica)
So is there actually a difference between
metricType: ValueandmetricType: AverageValuefor this scaler? And if so what are the implications for each variant?Beta Was this translation helpful? Give feedback.
All reactions