Replies: 1 comment 2 replies
-
Unless you're needing to interop with OpenTracing, I probably wouldn't use the ottrace propagator at all. We'd need much more information about what you're doing to answer why you might not be getting proper propagation. |
Beta Was this translation helpful? Give feedback.
2 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.
-
I a using kafka channel in my project . implemented manual instrumentation using open telemetry 1.9.1 libraries version . For all propagator except Ottrace propagator Producer and consumer spans come under same trace id . But for Ottrace comes under different trace id. do we need add other propagator along with ottrace ? or for Ottrace producer and consumer spans always come under different trace id ?

Beta Was this translation helpful? Give feedback.
All reactions