You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: instrumentation/spring/spring-webflux-5.0/javaagent/src/test/groovy/client/SpringWebFluxSingleConnection.groovy
Copy file name to clipboardexpand all lines: instrumentation/spring/spring-webflux-5.0/javaagent/src/test/groovy/client/SpringWebfluxHttpClientTest.groovy
Copy file name to clipboardexpand all lines: instrumentation/spring/spring-webflux-5.0/library/src/main/java/io/opentelemetry/instrumentation/spring/webflux/client/TraceWebClientSubscriber.java
+11-10
Original file line number
Diff line number
Diff line change
@@ -23,18 +23,21 @@ final class TraceWebClientSubscriber implements CoreSubscriber<ClientResponse> {
Copy file name to clipboardexpand all lines: instrumentation/spring/spring-webflux-5.0/library/src/main/java/io/opentelemetry/instrumentation/spring/webflux/client/WebClientTracingFilter.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,9 @@ public void subscribe(CoreSubscriber<? super ClientResponse> subscriber) {
65
65
.doOnCancel(
66
66
// no response and no error means that the request has been cancelled
0 commit comments