-
Notifications
You must be signed in to change notification settings - Fork 55
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
OpenTelemetry: attributes don't show up for the span created by autoinstrumentation #714
Comments
@grogdotcom |
@grouzen I am using zio-grpc v0.6.0-rc5 and zio-kafka v2.3.1. Auto insrumentation is working fine for both. I am not seeing any custom attributes attached to the autoinstrumented spans when I receive the request on the server/consumer side. I am using opentelemetry version 1.18.0. |
That looks suspicious to me. It should be |
@Gregory-Berkman-Imprivata Hey! Have you managed to solve it? |
@grouzen Unfortunately no, I decided to just manually instrument these traces |
Okay! I hope we will solve it somehow in the future, so I'll leave the issue open for now. |
@Gregory-Berkman-Imprivata can you elaborate a bit on this? I have the same issue: scalapb/zio-grpc#544 |
A working example here scalapb/zio-grpc#544 and @grouzen we can close it. maybe even add an example in the future. |
Thank you! Great stuff! |
The bug was reported in the Discord channel:
https://discord.com/channels/629491597070827530/639825316021272602/1116089112529748000
The text was updated successfully, but these errors were encountered: