File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
validator/src/main/java/com/amazon/aoc/validators Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -93,9 +93,8 @@ public void validate() throws Exception {
93
93
() -> {
94
94
95
95
// 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.
99
98
if (validationConfig .getHttpPath ().contains ("ai-chat" )) {
100
99
validateAnyMetricExists ();
101
100
return ;
You can’t perform that action at this time.
0 commit comments