ALB metric equivalent of Latency metric in Classic load balancer

0

Classic load balancer has 'Latency' metric which we are currently using to scale the instances. We are planning to switch to Application load balancer. What is the metric in ALB that is equivalent of 'Latency' in classic load balancer? is it 'TargetResponseTime'?

How is the performance of ALB against the classic load balancer, saw some of the posts that were complaining about increase in latency after switching to ALB.

Regards,
Santhosh I C

sic
已提問 5 年前檢視次數 857 次
1 個回答
0

For the purposes of scaling EC2 instances, you can consider Classic Load Balancer Latency CloudWatch metric and Application Load Balancer TargetResponseTime CloudWatch metric equivalent. However, you may see that the TargetResponseTimes are much higher as explained below.
Link: https://discuss.newrelic.com/t/difference-between-response-time-and-aws-elb-latency/33713

@chris_hansen - There are many different reasons those metrics may show different values. The response time of the application is going to include all requests handled by your application, including internal calls that trigger additional or async transaction while depending on your specific configuration the ELB is only going to record the time spent between the request leaving the ELB and the response being returned. Any additional work done by your application after that response most likely will not be tracked by the ELB metric.
已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南