-
Notifications
You must be signed in to change notification settings - Fork 867
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
pulsar-client-instrumentation can't export receive
span when call batchReceive() / batchReceiveAsync() method
#12621
Comments
@dao-jun Do you have some ideas? |
receive
span when call batchReceive() / batchReceiveAsync() method
@coderzc Try add an env |
If you are using
For the |
Makes sense |
Describe the bug
When I use batchReceive()/batchReceiveAsync() method to receive messages on pulsar-client, can't export the "receive" span.
Steps to reproduce
Expected behavior
Export the "receive" span when using
batchReceive()
method to receive messages on pulsar-client.Actual behavior
Can't export the "receive" span
This may be related to
otel.instrumentation.messaging.experimental.receive-telemetry.enabled
, since when enable it, this span can be exported but traceID has changedJavaagent or library instrumentation version
v1.32.1
Environment
JDK: JDK17
OS: macOS M1
Additional context
The text was updated successfully, but these errors were encountered: