Replies: 1 comment 3 replies
-
Please provide a minimal sample app along with any necessary instructions that allows for reproducing this issue. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used a Java agent to start OpenTelemetry in the project, but initiating another GRPC request during the GRPC callback process would cause a change in the traceid. Is it because every time we arrive at a new GRPC client, a new metadata is added, and during the last GRPC callback process, the traceparent information cannot be passed down, and the agent method itself cannot cover this scenario?
Beta Was this translation helpful? Give feedback.
All reactions