-
Notifications
You must be signed in to change notification settings - Fork 896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GRPC serialization errors when apply all executors instrumentation #5293
Comments
@mateuszrzeszutek we found more errors:
|
Hey @Asafb26 , |
Apparently, the 1.11.0 snapshot fixed that issue. |
@Asafb26 can you create a repro of the broken context issue that we can use to troubleshoot it? |
Sure, What exactly do you need? |
A small repository containing simple app(s) that reproduce your issue would be very appreciated 👍 |
Feel free to reopen when you are ready to provide additional details. |
Describe the bug
We use spring-boot with grpc-java version
1.42.0
, our first grpc request test result with a broken context.We think that it related to executors instrumentation which wasn't applied at this point (can it be related? can we propagate grpc requests without the executor instrumentation?), so we added the sysprop
System.setProperty("otel.instrumentation.executors.include-all", "true")
Now we see an error on debug mode:
What did you expect to see?
The same traceId propagated successfully on the consumer.
What did you see instead?
Missing traceID on the consumer.
What version are you using?
v1.10.0
The text was updated successfully, but these errors were encountered: