0

I am running a scaling policy that depends on the average number of items in the SQS queue. Here is the sample output of kubectl get hpa -w

"aws_sqs_approximate_number_of_messages_visible_average" on Service/generation-service (target average value):  22834m / 4

What is this value 22834m, what does it mean?

Ihor M.
  • 2,728
  • 3
  • 44
  • 70
  • The output provides an interface to view and analyze metrics from your SQS queue. **The 22834 number of messages available for retrieval from the queue**. – Veera Nagireddy Aug 07 '23 at 04:19
  • While Stack Overflow does permit certain questions about Kubernetes, we require that they (like all questions asked here) be specifically related to programming. This question does not appear to be specifically related to programming, which makes it off-topic here. You might be able to ask questions like this one on [sf] or [DevOps](https://devops.stackexchange.com/). – Turing85 Aug 07 '23 at 13:36
  • Please let me know whether the shared info was helpful. I am happy to assist if you have any further queries. – Veera Nagireddy Aug 14 '23 at 11:05
  • Your answer is incorrect as it means: 22.834. m stands for millis. – Ihor M. Aug 14 '23 at 17:36

0 Answers0