Unable to correlate spans with tracing-opentelemetry #1991
-
Hi folks, I found this old issue and I'm trying to get let context = global::get_text_map_propagator(|propagator| propagator.extract(&carrier))
span.set_parent(context); Does it matter what is in the hashmap in carrier? Thanks. Originally posted by @velvia in #89 (comment) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@velvia: Yes. The HashMap in the carrier should have the trace ID that you're looking to correlate. Can you post more of your code? How closely are you following this documentation? |
Beta Was this translation helpful? Give feedback.
@velvia: Yes. The HashMap in the carrier should have the trace ID that you're looking to correlate. Can you post more of your code? How closely are you following this documentation?