Skip to content

Commit b2a7804

Browse files
committed
test
1 parent fd4c5e6 commit b2a7804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private Map<String, Object> getTrace() throws Exception {
149149
}
150150

151151
if (validationConfig.getHttpPath().contains("chat")) {
152-
traceFilter = String.format("service(\"%s\") AND annotation.aws_service_type = \"gen_ai_agent\"", context.getServiceName());
152+
traceFilter = String.format("service(\"%s\")", context.getServiceName());
153153
}
154154
log.info("Trace Filter: {}", traceFilter);
155155
List<TraceSummary> retrieveTraceLists = xrayService.searchTraces(traceFilter);

0 commit comments

Comments
 (0)