Replies: 1 comment 6 replies
-
Im not totally sure since I have yet to use the otel and tracing stuff. Maybe this question is better to ask in those repos since I don't think this is related to tonic except for the trace_fn part? |
Beta Was this translation helpful? Give feedback.
6 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.
-
Hey,
I can't seem to make tonic work with distributed tracing. I have a client and a service, and the trace of the client is not propagated to the server.
This end up printing the following:
"trace_id":"00000000000000000000000000000000"
. Note that the code retrieving the trace_id works on the client, I get it's trace_id, it's on the server that I get this. I have no clue where the issue lies.Obviously there is also nothing on grafana

And this is how I setup tracing in
main.rs
Beta Was this translation helpful? Give feedback.
All reactions