-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CPLAT-4487] use custom header for tracing #2
Conversation
fe88bd0
to
b350366
Compare
b350366
to
39e3b11
Compare
39e3b11
to
6d7b6ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -15,8 +15,8 @@ namespace OpenTelemetry { | |||
|
|||
class OpenTelemetryConstantValues { | |||
public: | |||
const Tracing::TraceContextHandler TRACE_PARENT{"traceparent"}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be better to extract header name this into configuration, we can upstream it if we do
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok let me create a ticker for that.
use custom header for tracing