Skip to content

Commit

Permalink
fix(elbv2): unhealthyHostCount metric case fix (#4133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Gaussen authored and mergify[bot] committed Sep 19, 2019
1 parent c3b3c93 commit 899656c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export class ApplicationTargetGroup extends TargetGroupBase implements IApplicat
* @default Average over 5 minutes
*/
public metricUnhealthyHostCount(props?: cloudwatch.MetricOptions) {
return this.metric('UnhealthyHostCount', {
return this.metric('UnHealthyHostCount', {
statistic: 'Average',
...props
});
Expand Down

0 comments on commit 899656c

Please sign in to comment.