Difficulty Specifying Target Group Dimension for AWS CloudWatch in KEDA 2.13.0 #5568
Unanswered
Ravikapadne
asked this question in
Q&A / Need Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I am encountering an issue with KEDA version 2.13.0 where I can successfully specify a dimension for a Load Balancer in an AWS CloudWatch trigger, but face difficulties when trying to specify a dimension for a Target Group. My goal is to scale based on the RequestCount metric, considering both the Load Balancer and Target Group dimensions.
Here's the part of my manifest related to the AWS CloudWatch trigger:
When applying this configuration, it seems that only the dimension for the Load Balancer is recognized and utilized by KEDA for scaling decisions
Also, i have tried the apply manifest for target group and its showing below logs in the keda operator logs.
Manifest:
EKS Version: 1.27.7
KEDA Version: 2.13.0
Beta Was this translation helpful? Give feedback.
All reactions