keda
keda copied to clipboard
Default value for missing data in Dynatrace scaler
Proposal
A parameter for a scaler which fallbacks to a default value when the query returns no value.
Example: The fallbackThreshold
parameter which fallbacks the value to 10
when the query returns no value.
triggers:
- type: dynatrace
metadata:
host: https://dummy-instance.live.dynatrace.com/
metricSelector: 'MyCustomEvent:filter(eq("someProperty","someValue")):count:splitBy("dt.entity.process_group"):fold'
threshold: "1000"
fallbackThreshold: "10"
Use-Case
As described in https://github.com/kedacore/keda/discussions/6054, Keda will show a warning KEDAScalerFailed
if the query return no value.
Is this a feature you are interested in implementing yourself?
No
Anything else?
No response