Replies: 1 comment 1 reply
-
Hi @fir1, you need to propagate the Here's an example showing how to continue traces https://gist.github.com/rhcarvalho/3dc943b4340851bc9d590b34661ebf03 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are 2 microservices, each of them starts its own "Span", however, the context of the parent "span" is not passed to the child both microservices are connected through gRPC.
I think the struct type which is linked to the context, should be converted to "metadata" in gRPC, then actual metadata will be attached to the context. Could you please confirm or perhaps you have some examples where you got it working with gRPC.
Thank you for your support.
Beta Was this translation helpful? Give feedback.
All reactions