Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save reutsharabani/4da0b38b12e7fec5d5714995384f1f89 to your computer and use it in GitHub Desktop.
Save reutsharabani/4da0b38b12e7fec5d5714995384f1f89 to your computer and use it in GitHub Desktop.
metrics:
- aws_namespace: AWS/ApplicationELB
aws_metric_name: HealthyHostCount
aws_dimensions: [AvailabilityZone, LoadBalancer, TargetGroup]
aws_statistics: [Average]
- aws_namespace: AWS/ApplicationELB
aws_metric_name: UnHealthyHostCount
aws_dimensions: [AvailabilityZone, LoadBalancer, TargetGroup]
aws_statistics: [Average]
- aws_namespace: AWS/NetworkELB
aws_metric_name: HealthyHostCount
aws_dimensions: [AvailabilityZone, LoadBalancer, TargetGroup]
aws_statistics: [Average]
- aws_namespace: AWS/NetworkELB
aws_metric_name: UnHealthyHostCount
aws_dimensions: [AvailabilityZone, LoadBalancer, TargetGroup]
aws_statistics: [Average]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment