Reputation: 13571
I have a load balancer in ap-northeast-1 (Tokyo) region.
According to this article, I think I should be able to find Backend Connection Errors, Surge Queue Length, and Spillovers metrics in CloudWatch. But I can't find them.
Are these metrics only available in specific regions?
I've googled for hours but failed to find an answer.
Currently I can see 15 metric for my ELB, which are
Average Latency
Sum Requests
Sum HTTP 5XXs
Sum HTTP 4XXs
Sum ELB 5XXs
Sum ELB 4XXs
Target connection errors
Sum rejected connections
Target TLS Negotiation Errors
Sum HTTP 3XXs
Sum HTTP 3XXs
Sum HTTP 2XXs
Active Connection Count
New Connection Count
Processed Bytes
Upvotes: 7
Views: 3325
Reputation: 269091
The AWS documentation lists:
The Classic list includes:
If these metrics are not appearing, it may be because the values are zero. Typically, zero values are not sent to Amazon CloudWatch.
Upvotes: 7