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 43
43
OTEL_EXPORTER_OTLP_TRACES_PROTOCOL ,
44
44
OTEL_TRACES_SAMPLER ,
45
45
OTEL_TRACES_SAMPLER_ARG ,
46
- # TODO which env vars
47
46
OTEL_LOG_LEVEL ,
48
- # OTEL_PYTHON_LOG_LEVEL,
49
47
OTEL_PYTHON_LOG_FORMAT ,
50
48
)
51
49
from opentelemetry .sdk .metrics import MeterProvider
@@ -461,7 +459,8 @@ class _OTelSDKConfigurator(_BaseConfigurator):
461
459
462
460
Initializes several crucial OTel SDK components (i.e. TracerProvider,
463
461
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.
465
464
466
465
NOTE: This class should not be instantiated nor should it become an entry
467
466
point on the `opentelemetry-sdk` package. Instead, distros should subclass
You can’t perform that action at this time.
0 commit comments