File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
opentelemetry-sdk/src/opentelemetry/sdk/_configuration Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 4343 OTEL_EXPORTER_OTLP_TRACES_PROTOCOL ,
4444 OTEL_TRACES_SAMPLER ,
4545 OTEL_TRACES_SAMPLER_ARG ,
46- # TODO which env vars
4746 OTEL_LOG_LEVEL ,
48- # OTEL_PYTHON_LOG_LEVEL,
4947 OTEL_PYTHON_LOG_FORMAT ,
5048)
5149from opentelemetry .sdk .metrics import MeterProvider
@@ -461,7 +459,8 @@ class _OTelSDKConfigurator(_BaseConfigurator):
461459
462460 Initializes several crucial OTel SDK components (i.e. TracerProvider,
463461 MeterProvider, Processors...) according to a default implementation. Other
464- Configurators can subclass and slightly alter this initialization.
462+ Configurators can subclass and slightly alter
463+ this initialization.
465464
466465 NOTE: This class should not be instantiated nor should it become an entry
467466 point on the `opentelemetry-sdk` package. Instead, distros should subclass
You can’t perform that action at this time.
0 commit comments