You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Return latest non-null graphite data point. Don't mis-interpret null as zero
Signed-off-by: Brandon Pinske <brandon.pinske@crowdstrike.com>
* Use the changelog properly
Signed-off-by: Brandon Pinske <brandon.pinske@crowdstrike.com>
* Add test case, fix a lint failure
Signed-off-by: Brandon Pinske <brandon.pinske@crowdstrike.com>
* Use the changelog properly
Signed-off-by: Brandon Pinske <brandon.pinske@crowdstrike.com>
* I'll learn how to use a changelog one day.
Signed-off-by: Brandon Pinske <brandon.pinske@crowdstrike.com>
Co-authored-by: Brandon Pinske <brandon.pinske@crowdstrike.com>
(kedacore#2945)
* Return latest non-null graphite data point. Don't mis-interpret null as zero
Signed-off-by: Brandon Pinske <brandon.pinske@crowdstrike.com>
* Use the changelog properly
Signed-off-by: Brandon Pinske <brandon.pinske@crowdstrike.com>
* Add test case, fix a lint failure
Signed-off-by: Brandon Pinske <brandon.pinske@crowdstrike.com>
* Use the changelog properly
Signed-off-by: Brandon Pinske <brandon.pinske@crowdstrike.com>
* I'll learn how to use a changelog one day.
Signed-off-by: Brandon Pinske <brandon.pinske@crowdstrike.com>
Co-authored-by: Brandon Pinske <brandon.pinske@crowdstrike.com>
Report
In some configurations, it's possible for Graphite to return null for its latest datapoint. This gets erroneously interpeted as a zero.
Expected Behavior
Nulls are tolerated with the most recent non-null datapoint being used instead.
Nulls should not be mis-interpeted as a zero value
Actual Behavior
Null graphite responses cause apps to erroneously scale down.
Steps to Reproduce the Problem
Logs from KEDA operator
No response
KEDA Version
No response
Kubernetes Version
No response
Platform
No response
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: