Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(aws-cloudwatch): Not require uneeded fields #4331

Merged
merged 5 commits into from
Mar 8, 2023

Conversation

JorTurFer
Copy link
Member

@JorTurFer JorTurFer commented Mar 7, 2023

When we use expression in cloudwatch scalers, metricName and namespace aren't needed but even though it, they were required. This PR removes this requirement

Checklist

Fixes #4334

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
@JorTurFer
Copy link
Member Author

JorTurFer commented Mar 7, 2023

/run-e2e aws*
Update: You can check the progress here

@JorTurFer JorTurFer marked this pull request as ready for review March 7, 2023 18:56
@JorTurFer JorTurFer requested a review from a team as a code owner March 7, 2023 18:56
Copy link
Member

@zroubalik zroubalik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha, good catch! Thanks

@zroubalik
Copy link
Member

@JorTurFer what about Changelog?

@JorTurFer
Copy link
Member Author

@JorTurFer what about Changelog?

Does it make sense? If you think so, I can open an issue and add it. I didn't do it because I think that in this case is a minor fix

@zroubalik
Copy link
Member

@JorTurFer what about Changelog?

Does it make sense? If you think so, I can open an issue and add it. I didn't do it because I think that in this case is a minor fix

I think that it should be added there.

Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
CHANGELOG.md Outdated Show resolved Hide resolved
@JorTurFer
Copy link
Member Author

JorTurFer commented Mar 8, 2023

/run-e2e aws*
Update: You can check the progress here

Co-authored-by: Zbynek Roubalik <zroubalik@gmail.com>
Signed-off-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com>
Signed-off-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
@JorTurFer JorTurFer merged commit c7f3328 into kedacore:main Mar 8, 2023
@JorTurFer JorTurFer deleted the aws-cloudwatch branch March 8, 2023 10:33
xoanmm pushed a commit to xoanmm/keda that referenced this pull request Mar 22, 2023
Co-authored-by: Zbynek Roubalik <zroubalik@gmail.com>
Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AWS Cloudwatch Scaler: Don't require metricName and namespace when using expression
3 participants