Skip to content

Commit 5a34e4d

Browse files
committed
tes
1 parent 365139a commit 5a34e4d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,8 @@ public void validate() throws Exception {
9393
() -> {
9494

9595
// Special handling for Genesis path - just check if any metrics exists in namespace
96-
// since ADOT will just capture any OTel Metrics from the emitted from the instrumentation library
97-
// and convert them into EMF metrics, it's impossible to create
98-
// a validation template for this.
96+
// since ADOT will just capture any OTel Metrics emitted from the instrumentation library used
97+
// and convert them into EMF metrics, it's impossible to create a validation template for this.
9998
if (validationConfig.getHttpPath().contains("ai-chat")) {
10099
validateAnyMetricExists();
101100
return;

0 commit comments

Comments
 (0)