You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error occurs when loading the B3 propagator via the environment variable OTEL_PROPAGATORS=b3
ModuleNotFoundError: No module named 'opentelemetry.sdk.trace.propagation.b3_format.B3Format'; 'opentelemetry.sdk.trace.propagation.b3_format' is not a package
The text was updated successfully, but these errors were encountered:
I have similar problem in python.
When I try to import from opentelemetry.sdk.trace.propagation.b3_format import B3Format
I get the following error message: ModuleNotFoundError: No module named 'opentelemetry.sdk.trace.propagation'
The following error occurs when loading the B3 propagator via the environment variable OTEL_PROPAGATORS=b3
The text was updated successfully, but these errors were encountered: