Skip to content

Commit 94ec7cb

Browse files
committed
test
1 parent e34dca2 commit 94ec7cb

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
@@ -151,7 +151,7 @@ private Map<String, Object> getTrace() throws Exception {
151151
if (validationConfig.getHttpPath().contains("chat")) {
152152
traceFilter = String.format("service(\"%s\")", context.getServiceName());
153153
if (context.getBaggage() != null) {
154-
traceFilter += String.format(" AND annotation.\"session.id\" = \"%s\"", context.getBaggage());
154+
traceFilter += String.format(" AND annotation.session_id = \"%s\"", context.getBaggage());
155155
}
156156
}
157157
log.info("Trace Filter: {}", traceFilter);

0 commit comments

Comments
 (0)