Context Propagation Inject Method Debugging #1356
-
Thank you to @ahayworth for answering my earlier question and getting me started on this path. I've been developing a custom context propagator that will extract our custom trace headers and turn them into trace ids and span ids, use them internally, export them via OTLP to a collector, and then inject them as custom trace headers on the way out. I've gotten to the point where my
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
@paychex-ssmithrand have you tried stepping through the code with a debugger? Are you sure you're using instrumentation gems that call Some maybe helpful background on propagators: the OpenTelemetry spec requires, and this library implements, a composite propagator. This runs each registered propagator whenever |
Beta Was this translation helpful? Give feedback.
-
Quoting @arielvalentin and @ahayworth from the above thread as the answer:
|
Beta Was this translation helpful? Give feedback.
Quoting @arielvalentin and @ahayworth from the above thread as the answer: