-
Notifications
You must be signed in to change notification settings - Fork 624
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
Add support for OTEL_PROPAGATORS #1123
Conversation
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.
Thanks for the PR! I would expect the b3 propagator to also be available through this mechanism and it would great to have a test confirming overriding the environment variable works as expected.
Also note open-telemetry/opentelemetry-specification#962 for reference on known propagators. |
Done, please re-review. |
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.
Thanks for addressing my comments, LGTM
Fixes #1058
Description
Add support for
OTEL_PROPAGATORS
Fixes #1058
Type of change
How Has This Been Tested?
test_propagators
Checklist: