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
aws-resources
I can see in our logs this error:
Couldn't parse image '123456789012.dkr.ecr.us-east-2.amazonaws.com/abcdef:g123456789h12345678i12345678j12345678k12@sha256:ab1234c5678901234d567e890123f456789012345g6789012h3456789i123456'
from io.opentelemetry.contrib.aws.resource.EcsResource
io.opentelemetry.contrib.aws.resource.EcsResource
Run a container on ECS? I haven't tried to reproduce it.
No errors
Error logged
io.opentelemetry.contrib/opentelemetry-aws-resources {:mvn/version "1.37.0-alpha"}
No response
I'm guessing that the @sha256 extension is what is causing the problems. This came from https://aws.amazon.com/blogs/containers/announcing-software-version-consistency-for-amazon-ecs-services/
@sha256
The text was updated successfully, but these errors were encountered:
Fix regex for EcsResource when image includes @sha256:<hash>
f36038a
Fixes open-telemetry#1788
7c017cf
fix: Image parsing
67cdc4e
SHA256 is hex encoded, not just digits. Fixes open-telemetry#1788 Signed-off-by: Robert Elliot <rob@lidalia.org.uk>
Successfully merging a pull request may close this issue.
Component(s)
aws-resources
What happened?
Description
I can see in our logs this error:
from
io.opentelemetry.contrib.aws.resource.EcsResource
Steps to Reproduce
Run a container on ECS? I haven't tried to reproduce it.
Expected Result
No errors
Actual Result
Error logged
Component version
io.opentelemetry.contrib/opentelemetry-aws-resources {:mvn/version "1.37.0-alpha"}
Log output
No response
Additional context
I'm guessing that the
@sha256
extension is what is causing the problems. This came from https://aws.amazon.com/blogs/containers/announcing-software-version-consistency-for-amazon-ecs-services/The text was updated successfully, but these errors were encountered: