Metrics not using trigger name in AWS CloudWatch scaler #4824
Unanswered
steveratay
asked this question in
Q&A / Need Help
Replies: 1 comment
-
Hello, The HPA is something internal that KEDA uses for providing the functionality and we decided to not extend the support for custom names as part of HPA any more to make the things easier, taking into account that KEDA already exposes metrics with that info |
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
-
I have defined a scaler based on AWS CloudWatch which includes multiple triggers, each for a separate metric in CloudWatch. They are defined as follows, using the name field which is documented as a trigger field here: https://keda.sh/docs/2.11/concepts/scaling-deployments/#triggers
However, when the HPA is created it looks like this, with a generic metric name, and I can't easily discern one metric from the other:
This seems like a bug to me but it's clearly coded this was at
keda/pkg/scalers/aws_cloudwatch_scaler.go
Line 297 in 89fb01a
Not sure if I should open this as a bug or not, so I figured I would start here. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions