Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

collector -v is UNSET in 0.9.0 #1457

Closed
harveyrendell opened this issue Jul 31, 2024 · 1 comment · Fixed by #1543
Closed

collector -v is UNSET in 0.9.0 #1457

harveyrendell opened this issue Jul 31, 2024 · 1 comment · Fixed by #1543
Labels
bug Something isn't working

Comments

@harveyrendell
Copy link

Describe the bug
collector -v is returning unset in collector release 0.9.0

Steps to reproduce

URL=$(aws lambda get-layer-version-by-arn --arn arn:aws:lambda:us-west-2:184161586896:layer:opentelemetry-collector-arm64-0_9_0:1 --query Content.Location --output text)
curl $URL -o layer.zip
unzip layer.zip
extensions/collector -v

What did you expect to see?
The version of the opentelemetry collector included in the layer. In this case v0.105.0

What did you see instead?
UNSET

What version of collector/language SDK version did you use?
0.9.0

What language layer did you use?
basic collector extension layer

Additional context
I believe this is caused by this change: https://github.com/open-telemetry/opentelemetry-lambda/pull/1401/files

@harveyrendell harveyrendell added the bug Something isn't working label Jul 31, 2024
@harveyrendell
Copy link
Author

Note that this issue is not present when using the 0.8.0 layer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant