We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
opentelemetry-python/opentelemetry-api/src/opentelemetry/propagate/__init__.py
Lines 124 to 146 in ec3053e
This behavior is in direct conflict with the API specification:
The OpenTelemetry API MUST use no-op propagators unless explicitly configured otherwise.
I think the SDK could do that, but not the API.
Side note: I find such logic in init violating the style guide: https://google.github.io/styleguide/pyguide.html#25-global-variables
Origin: Found by @Aneurysm9 when discussing open-telemetry/opentelemetry-go#2611
The text was updated successfully, but these errors were encountered:
No branches or pull requests
opentelemetry-python/opentelemetry-api/src/opentelemetry/propagate/__init__.py
Lines 124 to 146 in ec3053e
This behavior is in direct conflict with the API specification:
I think the SDK could do that, but not the API.
Side note: I find such logic in init violating the style guide: https://google.github.io/styleguide/pyguide.html#25-global-variables
Origin: Found by @Aneurysm9 when discussing open-telemetry/opentelemetry-go#2611
The text was updated successfully, but these errors were encountered: