Is metricStat parameter for CloudWatch Scaler used when passing an expression? #1505
Unanswered
patriciocostilla
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the CloudWatch Scaler docs, it's implied that several metadata fields of the trigger are not used when passing an
expression
.Taking this into account, I want to know if the
metricStat
field is used when passing anexpression
. By looking at the code, it doesn´t seem so. Is that right?https://github.com/kedacore/keda/blob/29400ed2816fe7388a021ff14f5cb405b7deaa85/pkg/scalers/aws_cloudwatch_scaler.go#L226-L239
Beta Was this translation helpful? Give feedback.
All reactions