Replies: 2 comments 5 replies
-
/cc @alesj (grpc), @brunobat (opentelemetry), @cescoffier (grpc), @radcortez (opentelemetry) |
Beta Was this translation helpful? Give feedback.
0 replies
-
The gRPC server is already instrumented with OpenTelemetry. You only need to add Would you be able to provide a sample project that replicates the issue? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have an application with a single gRPC endpoint. I want to use OpenTelemetry to trace the execution, and I am using the @WithSpan annotation to create spans within the trace. However, when I test it, I do get all the spans, but they're seen as separate:

However I would like to see them as actual spans within my main trace. Is this a limitation of gRPC, or am I doing something wrong?
I have done no other configuration than installing the opentelemetry extension for Quarkus and adding @WithSpan to a few functions. From the documentation, I believe that is sufficient?
I hope someone can help me with this, thank you.
Beta Was this translation helpful? Give feedback.
All reactions