-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Describe the bug
If I download arn:aws:lambda:eu-west-1:901920570463:layer:aws-otel-python-amd64-ver-1-29-0:2
and extract the zip file, I see multiple versions of opentelemetry-api in the zip.
Steps to reproduce
aws lambda get-layer-version-by-arn --arn 'arn:aws:lambda:eu-west-1:901920570463:layer:aws-otel-python-amd64-ver-1-29-0:2'
- Download the zip
- extract the zip layer
ls
in thepython
folder will show
ls python/ |grep opentelemetry_api
opentelemetry_api-1.29.0.dist-info
opentelemetry_api-1.31.1.dist-info
What did you expect to see?
Only a single version of opentelemetry_api package installed.
What did you see instead?
Multiple versions for various packages creammed in the same folder.
What version of collector/language SDK version did you use?
arn:aws:lambda:eu-west-1:901920570463:layer:aws-otel-python-amd64-ver-1-29-0:2
What language layer did you use?
Python
Metadata
Metadata
Assignees
Labels
No labels