Skip to content

Commit eca9842

Browse files
committed
Passing
1 parent 877ba90 commit eca9842

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

instrumentation/spring/spring-webmvc/spring-webmvc-common/testing/src/main/java/io/opentelemetry/instrumentation/spring/webmvc/boot/AbstractSpringBootBasedTest.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,7 @@ void deferredResult() {
175175
span.hasName("deferred-result-child")
176176
.hasKind(SpanKind.INTERNAL)
177177
.hasNoParent()
178-
.hasTotalAttributeCount(0),
179-
span ->
180-
assertHandlerSpan(span, "GET", DEFERRED_RESULT)
181-
.hasParent(trace.getSpan(0))));
178+
.hasTotalAttributeCount(0)));
182179
}
183180

184181
@Override

javaagent-tooling/src/main/java/io/opentelemetry/javaagent/tooling/ignore/AdditionalLibraryIgnoredTypesConfigurer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public void configure(IgnoredTypesBuilder builder) {
5353

5454
builder
5555
.ignoreClass("org.springframework.aop.")
56+
.allowClass("org.springframework.aop.interceptor.AsyncExecutionInterceptor$1")
5657
.ignoreClass("org.springframework.cache.")
5758
.ignoreClass("org.springframework.dao.")
5859
.ignoreClass("org.springframework.ejb.")

0 commit comments

Comments
 (0)