File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 96
96
#
97
97
# TODO: waiting on OTel Python support for configuring Resource Detectors from
98
98
# 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.
100
101
#
101
102
# export OTEL_RESOURCE_DETECTORS="aws_lambda";
102
103
#
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:
104
106
#
105
107
# import opentelemetry.trace as trace
106
108
# from opentelemetry.sdk.trace import TracerProvider
Original file line number Diff line number Diff line change 1
1
opentelemetry-exporter-otlp == 1.6.2
2
2
opentelemetry-distro == 0.25b2
3
- opentelemetry-sdk == 1.6.2
4
3
opentelemetry-propagator-aws-xray == 1.0.1
5
4
opentelemetry-instrumentation == 0.25b2
You can’t perform that action at this time.
0 commit comments