Skip to content

Commit 136efcf

Browse files
committed
updating Metric validator and CWS.java
1 parent 2adaa52 commit 136efcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/src/main/java/com/amazon/aoc/validators/CWMetricValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public void validate() throws Exception {
139139
expectedMetricList,
140140
actualMetricList);
141141
addMetrics(
142-
CloudWatchService.DEPLOYMENT_ENVIRONMENT_DIMENSION,
142+
CloudWatchService.CUSTOM_ENVIRONMENT_DIMENSION,
143143
Lists.newArrayList("ec2:default"),
144144
expectedMetricList,
145145
actualMetricList);

0 commit comments

Comments
 (0)