Custom HTTP header for trace ID #2429
Unanswered
nestorsokil
asked this question in
Q&A
Replies: 1 comment
-
Custom propagator seems like the correct solution. Unfortunately currently there is no way to supply one to the agent. Can you please open an issue to add such extension point? |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hey, I was wondering how I can supply my own propagator implementation to the agent?
What I want to do is to accept trace ID from a custom HTTP header and then propagate to downstream services using the B3 standard.
Or is the custom propagator a wrong solution for this? I basically just need to use a custom header to seed the trace and then use the regular b3multi.
Beta Was this translation helpful? Give feedback.
All reactions