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: dd-java-agent/instrumentation/okhttp/okhttp-3.0/src/vthread21Test/java/OkHttpVirtualThreadDispatcherTest.java
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@
38
38
* activated "parent" span it does {@code client.newCall(request).enqueue(callback)} and waits on a
39
39
* latch for the callback. The agent's OkHttp instrumentation injects {@code TracingInterceptor},
40
40
* which creates the {@code okhttp.request} client span using whatever scope is active on the
41
-
* dispatcher worker. The assertions verify the client span lands under the parent — i.e.,
42
-
* the dispatcher's worker thread saw the propagated scope.
41
+
* dispatcher worker. The assertions verify the client span lands under the parent — i.e., the
42
+
* dispatcher's worker thread saw the propagated scope.
43
43
*
44
44
* <p>If propagation fails for the virtual-thread shape (the failure profiling-backend is reporting)
45
45
* the {@code okhttp.request} span will either become a root span in its own trace or be parented
0 commit comments