Rob Pickerill
Rob Pickerill
1. Title -> AWS::Config::ConfigRule 2. Scope of request -> Cloudformation resource AWS::Config::ConfigRule doesn't appear to support tags (but the API and CLI do support tags). 3. Expected behavior -> It...
replace references to the aws sdk v1 with the v2 release and accomodates for the api changes between the two versions
**What type of PR is this?** **What this PR does / why we need it**: This PR takes a look at using go-systemd, from #3860. I wanted to take a...
### Proposal Is there a way to do nothing when an empty metric response is returned from AWS CloudWatch? The current behaviour appears to be to return the minMetricValue, but...
Adds documentation for the `errorWhenMetricValuesEmpty` metadata option for the AWS Cloudwatch Scaler. ### Checklist - [x] Commits are signed with Developer Certificate of Origin (DCO) Fixes [#5352](https://github.com/kedacore/keda/issues/5352)
This PR adds support for erroring the AWS Cloudwatch Scaler when the GetMetricData call returns an empty set of metrics, resulting in no scale-changing behaviour when no custom metrics are...
### Proposal The implementation of the default value of true for `IgnoreNullValues` for the AWS CloudWatch Scaler masquerades user errors. This should be fixed for V3. Context: https://github.com/kedacore/keda/pull/5635#discussion_r1589965395 ### Use-Case...
Add error checking for SQS metrics ### Checklist - [ ] When introducing a new scaler, I agree with the [scaling governance policy](https://github.com/kedacore/governance/blob/main/SCALERS.md) - [ ] I have verified that...