Motadata Docs

AWS ELB

Overview

AWS Elastic Load Balancing (ELB) is a service used to dispatch incoming web traffic from your applications across your Amazon EC2 backend instances, which may be in different availability zones. AWS ELB helps ensure a smooth user experience and provides increased fault tolerance, handling traffic peaks and failed EC2 instances without interruption. AIOps collects metrics and metadata from all three flavors of Elastic Load Balancers that AWS offers: Application, Classic, and Network Load Balancers.

Metrics

aws.elb.udp.new.flows The total number of new UDP flows (or connections) established from clients to targets in the time period. Count
aws.elb.tcp.processed.bytes The total number of bytes processed by TCP listeners. Count
aws.elb.new.flows The number of new TCP connections from clients to targets Count
aws.elb.processed.bytes.rate The total number of bytes processed by the load balancer, including TCP/IP headers. Count
aws.elb.active.flows The average number of active established connections from clients to targets Count
aws.elb.tcp.active.flows The average number of concurrent TCP flows (or connections) from clients to targets. Count
aws.elb.tls.active.flows The average number of concurrent TLS flows (or connections) from clients to targets. Count
aws.elb.udp.active.flows The average number of concurrent UDP flows (or connections) from clients to targets. Count
aws.elb.client.tls.negotiation.errors Number of TLS negotiation errors Count
aws.elb.consumed.lcus The number of load balancer capacity units (LCU) used by your load balancer. Count
aws.elb.tcp.consumed.lcus The number of LCUs used by the load balancer for TCP. Count
aws.elb.tls.consumed.lcus The number of LCUs used by the load balancer for TLS. Count
aws.elb.udp.consumed.lcus The number of LCUs used by the load balancer for UDP. Count
aws.elb.tcp.new.flows The total number of new TCP flows (or connections) established from clients to targets in the time period. Count
aws.elb.tls.new.flows The total number of new TLS flows (or connections) established from clients to targets in the time period. Count
aws.elb.tls.processed.bytes The total number of bytes processed by TLS listeners. Count
aws.elb.udp.processed.bytes The total number of bytes processed by UDP listeners. Count
aws.elb.target.tls.negotiation.errors The number of TLS connections initiated by the load balancer that did not establish a session with the target. Count
aws.elb.tcp.client.resets The number of reset (RST) packets created by a client and sent to a target Count
aws.elb.tcp.elb.resets The number of reset (RST) packets created by a load balancer Count
aws.elb.tcp.target.elb.resets The number of reset (RST) packets created by a target and sent to a client Count
aws.elb.2xx.responses Number of HTTP 2XX response codes generated by registered instances. Count
aws.elb.requests.rate The average number of requests received by each target in a target group. Average
aws.elb.rule.evaluations The number of rules processed by the load balancer given a request rate averaged over an hour.
aws.elb.active.connections The total number of concurrent TCP connections active from clients to the load balancer and from the load balancer to targets. Count
aws.elb.rejected.connections The number of connections that were rejected because the load balancer had reached its maximum number of connections. Count
aws.elb.3xx.responses Number of HTTP 3XX response codes generated by registered instances. Count
aws.elb.4xx.responses Number of HTTP 4XX response codes generated by registered instances. Count
aws.elb.5xx.responses Number of HTTP 5XX response codes generated by registered instances. Count
aws.elb.500.responses The number of HTTP 500 error codes that originate from the load balancer. Count
aws.elb.502.responses The number of HTTP 502 error codes that originate from the load balancer. Count
aws.elb.503.responses The number of HTTP 503 error codes that originate from the load balancer. Count
aws.elb.504.responses The number of HTTP 504 error codes that originate from the load balancer. Count
aws.elb.unhealthy.hosts Average number of unhealthy targets Average
aws.elb.healthy.hosts Average number of healthy targets Average

On this Page