Skip to content

Commit d8924e5

Browse files
committed
removed unused env var
1 parent e641e75 commit d8924e5

File tree

1 file changed

+2
-3
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/_configuration

1 file changed

+2
-3
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@
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
)
5149
from 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

0 commit comments

Comments
 (0)