Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS AutoScaling - how does the "Request count per target" measurement works?

When using a scaling policy in AWS fargate service, i want to scale using the "request count per target" metric.

But i am having difficulty understanding how this is determined. Is there a time period associated with the request count?

eg: requests per target per minute

Or are these concurrent requests? If it is concurrent requests, would concurrent requests be determined as requests which have been sent but not responded to?

like image 775
Julian Gr Avatar asked Oct 19 '25 04:10

Julian Gr


1 Answers

From docs about RequestCountPerTarget:

The average number of requests received by each target in a target group.

and

sends its metrics in 60-second intervals.

And it represents average number of requests in 1 minute intervals. I think you should read up on how metrics work in AWS.

like image 125
Marcin Avatar answered Oct 21 '25 17:10

Marcin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!