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
{{ message }}
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
I'm trying to use the ApproximateNumberOfMessagesVisible metric from an SQS queue, and for some reason the current value is being reported as the actual number * 1000. As a workaround, I've just multiplied the target value by 1000 as well, but this is unintuitive.
For reference, here are my ExternalMetric and HorizontalPodAutoscaler objects:
In this case, I'm actually aiming for a targetValue of 1000. I'm not sure if this is a bug or something I'm doing wrong, but I'd appreciate some assistance either way!
The text was updated successfully, but these errors were encountered:
Hi there,
I'm trying to use the
ApproximateNumberOfMessagesVisible
metric from an SQS queue, and for some reason the current value is being reported as the actual number * 1000. As a workaround, I've just multiplied the target value by 1000 as well, but this is unintuitive.For reference, here are my
ExternalMetric
andHorizontalPodAutoscaler
objects:In this case, I'm actually aiming for a
targetValue
of 1000. I'm not sure if this is a bug or something I'm doing wrong, but I'd appreciate some assistance either way!The text was updated successfully, but these errors were encountered: