Kubernetes custom HPA on top of cloud watch collected metrics, how to interpret the output?

102 Views Asked by At

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?

0

There are 0 best solutions below