Context propagation using messages (message broker) #780
Unanswered
alexarieta
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There is no example as of now, but you can custom write your own Propagator by implementing |
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
-
Hello
In my project we are looking into integrating opentelemetry for distributed tracing, where we have several nodes (PCs) on one side running in c# and on the other c++. We use a message broker to communicate between the applications, so there is no direct http connection between them.
Do you have an example on how to propagate the context through messages payload?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions