Liu Ziming
Liu Ziming
related to #11233
``` PlayAsyncServerTest > test exception STANDARD_OUT 12:32:26.660 [application-akka.actor.default-dispatcher-8] ERROR application - ! @85bpl46e2 - Internal server error, for (GET) [/exception] -> play.api.http.HttpErrorHandlerExceptions$$anon$1: Execution exception[[CompletionException: java.lang.reflect.UndeclaredThrowableException]] at play.api.http.HttpErrorHandlerExceptions$.throwableToUsefulException(HttpErrorHandler.scala:293) at play.api.http.DefaultHttpErrorHandler.onServerError(HttpErrorHandler.scala:220) at...
may be I should merge main branch to fix the latestdepth test
graphQL latestdepth test fail. related to https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11142
related to #5629
Merged into v2.4.0
> JobThread is a single thread that divides job admin and job exec (executor) into two. The jobThread thread log information cannot obtain the traceid, and the link information is...
Could you please assign it to me?
I 've tried 2 ways to solve this problem. 1. Use [micrometer-tracing](https://projectreactor.io/docs/netty/release/reference/index.html#_tracing_4) in Reactor Netty to add client span for Spring Cloud Gateway's HttpClient. 2. Enhance each `reactor.netty.http.client.HttpClient` bean in...
> @123liuziming I've just tried out integration with micrometer tracing - and [got it to work](https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/11039) > > Can you try if this also does the trick for this issue?...