We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug collector -v is returning unset in collector release 0.9.0
collector -v
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
v0.105.0
What did you see instead? UNSET
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
The text was updated successfully, but these errors were encountered:
Note that this issue is not present when using the 0.8.0 layer
0.8.0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
collector -v
is returning unset in collector release0.9.0
Steps to reproduce
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
The text was updated successfully, but these errors were encountered: