-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Suggestion: expose "default" propagators #312
Comments
This is a request for an alias, "DefaultTextFormatPropagator" that's equal to the HTTP propagator. This helps clarify that B3 is not the default. Could we name the HTTP propagator "W3CTraceContextPropagator"? |
I think that renaming the HTTP propagator to |
See #355 for the rename side of things. |
Hey! Would you mind if I picked up this issue? |
will be fixed by #494 |
Temporary fix while #310 is addressed.
e.g.,
const DefaultTextFormatPropagator TextFormatPropagator = HTTPTraceContextPropagator
(which I realize wouldn't technically compile due to lack of imports...)This would help ensure consistency across plugins.
The text was updated successfully, but these errors were encountered: