Skip to content

Commit 0dc006e

Browse files
committed
Just remove the OTEL_TRACES_EXPORTER because its a default
1 parent f9edc75 commit 0dc006e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

python/src/otel/otel_sdk/otel-instrument

+4-2
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,13 @@ fi
9696
#
9797
# TODO: waiting on OTel Python support for configuring Resource Detectors from
9898
# an environment variable. Replace the bottom code with the following when
99-
# this is possible.
99+
# this is possible. We will have to download `opentelemetry-sdk-extension-aws`
100+
# when that happens to get the resource detector.
100101
#
101102
# export OTEL_RESOURCE_DETECTORS="aws_lambda";
102103
#
103-
# In the meantime, if doing manual instrumentation, we could do the following:
104+
# In the meantime, if doing manual instrumentation, (which means we CANNOT use
105+
# this script) we could do the following:
104106
#
105107
# import opentelemetry.trace as trace
106108
# from opentelemetry.sdk.trace import TracerProvider
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
opentelemetry-exporter-otlp==1.6.2
22
opentelemetry-distro==0.25b2
3-
opentelemetry-sdk==1.6.2
43
opentelemetry-propagator-aws-xray==1.0.1
54
opentelemetry-instrumentation==0.25b2

0 commit comments

Comments
 (0)