Classic Load Balancer

Setup

Asserts AWS Exporter

Refer to on how to install Asserts AWS Exporter

Key Performance Indicators (KPIs) and Alerts

The AWS Exporter discovers the Classic Load Balancer and also converts the CloudWatch alarms into metrics. If you are using Asserts, the CloudWatch alarms are converted into alerts.

KPI Dashboard

The Classic Load Balancer KPI Dashboard shows the following KPIs

  • Request Rate

    • Sum(RequestCount_ELB)

  • Error Rate

    • Sum(HttpCode_ELB_4XX)

    • Sum(HttpCode_ELB_5XX)

    • Sum(HttpCode_Backend_4XX)

    • Sum(HttpCode_Backend_5XX)

  • Latency

    • Avg(RequestTime_ELB)

  • Healthy Hosts

    • Avg(HealthyHostCount)

    • Avg(UnHealthyHostCount)

  • Connection Count, Surge Queue Length and Spill over count

    • Sum(RejectedConnectionCount)

    • Sum(TargetConnectionErrorCount)

    • Avg(SurgeQueueLength)

    • Avg(SpillOverCount)

Last updated