Skip to content

Commit

Permalink
Install AWS Lambda Instrumentation dependencies (#196)
Browse files Browse the repository at this point in the history
* The AWS Lambda Instrumentation already brings in the AWS X-Ray Propagator as a dependency
* The AWS X-Ray Propagator is used regardless of vendor to extract a parent context in Lambda
* Install Lambda Instr and its dependencies to avoid people accidentally removing the propagator
  • Loading branch information
NathanielRN authored Dec 17, 2021
1 parent 6c5d7cd commit b09ea2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion python/src/otel/otel_sdk/requirements-nodeps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ opentelemetry-instrumentation-aiohttp-client==0.26b1
opentelemetry-util-http==0.26b1
asgiref~=3.0
opentelemetry-instrumentation-asgi==0.26b1
opentelemetry-instrumentation-aws-lambda==0.26b1
opentelemetry-instrumentation-asyncpg==0.26b1
opentelemetry-instrumentation-boto==0.26b1
opentelemetry-instrumentation-botocore==0.26b1
Expand Down
3 changes: 1 addition & 2 deletions python/src/otel/otel_sdk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
opentelemetry-exporter-otlp-proto-http==1.7.1
opentelemetry-distro==0.26b1
opentelemetry-propagator-aws-xray==1.0.1
opentelemetry-instrumentation==0.26b1
opentelemetry-instrumentation-aws-lambda==0.26b1

0 comments on commit b09ea2e

Please sign in to comment.