jiaming2li commented on issue #3338: URL: https://github.com/apache/dubbo-go/issues/3338#issuecomment-5100831687
@Alanxtl, I have a question: trace span is created inside the `OTel filter`, and on the consumer side that filter runs inside the cluster invoker. So retry, load-balance and router selection all happen before the span exists, so diagnostic events can't attach to span. Do I need to add a logical client span above the cluster to let retry/load-balance/router events attach? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
