Skip to content

Commit

Permalink
Merge pull request #6 from logzio/update-namespaces
Browse files Browse the repository at this point in the history
Add target group in `aws_dimensions`
  • Loading branch information
yotamloe authored Feb 8, 2022
2 parents f625515 + 6fdf995 commit 6d226bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cw_namespaces/ApplicationELB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
aws_metric_name: HealthyHostCount
aws_dimensions:
- LoadBalancer
- TargetGroup
aws_statistics:
- Sum
- aws_namespace: AWS/ApplicationELB
aws_metric_name: UnHealthyHostCount
aws_dimensions:
- LoadBalancer
- TargetGroup
aws_statistics:
- Sum
- aws_namespace: AWS/ApplicationELB
Expand Down Expand Up @@ -153,4 +155,4 @@
aws_dimensions:
- LoadBalancer
aws_statistics:
- Sum
- Sum

0 comments on commit 6d226bd

Please sign in to comment.