We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8344bdb commit 7f615cdCopy full SHA for 7f615cd
validator/src/main/java/com/amazon/aoc/validators/CWMetricValidator.java
@@ -91,7 +91,6 @@ public void validate() throws Exception {
91
RetryHelper.retry(
92
maxRetryCount,
93
() -> {
94
-
95
String httpPath = validationConfig.getHttpPath();
96
97
// Special handling for Genesis path - just check if any metrics exists in namespace
0 commit comments