-
Notifications
You must be signed in to change notification settings - Fork 8
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
opentelemetry-auto-instrumentation-dotnet init container just fails to start #100
Comments
The error indicates that the cp command is attempting to preserve the original file timestamps (such as access time and modification time) during the copy operation, but it doesn't have the necessary permissions to do so. I guess sometime the file system might not support support preserving timestamps or has restricted permissions. I think we need more information to reproduce the issue on our end. Could you provide information regarding the EKS cluster and the filesystem that you use for your application (or how you configure it)? |
Hi,
Sorry I forgot about this. I'll don't think that message is actually anything to do with why it isn't working. But nothing else was been logged. I have updated the Aws observability add on our EKS cluster this week. I shall give this another go and get back to you. Feel free to close this for now.
Thanks.
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Ping Xiang ***@***.***>
Sent: Thursday, October 17, 2024 7:45:42 PM
To: aws-observability/aws-otel-dotnet-instrumentation ***@***.***>
Cc: Mark Hebden ***@***.***>; Author ***@***.***>
Subject: Re: [aws-observability/aws-otel-dotnet-instrumentation] opentelemetry-auto-instrumentation-dotnet init container just fails to start (Issue #100)
The error indicates that the cp command is attempting to preserve the original file timestamps (such as access time and modification time) during the copy operation, but it doesn't have the necessary permissions to do so. I guess sometime the file system might not support support preserving timestamps or has restricted permissions.
I think we need more information to reproduce the issue on our end. Could you provide information regarding the EKS cluster and the filesystem that you use for your application (or how you configure it)?
—
Reply to this email directly, view it on GitHub<#100 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAUTUFFTLMYXV5R4WJT7MELZ4AAVNAVCNFSM6AAAAABNUCJPC2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRQGI4DKMBWGQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Image: 602401143452.dkr.ecr.eu-west-2.amazonaws.com/eks/observability/adot-autoinstrumentation-dotnet:v1.2.0
This is the only log from the container itself.
Describe logs:
Same issue occurs when I annotate any of my .net (8) applications using
instrumentation.opentelemetry.io/inject-dotnet: "true"
The text was updated successfully, but these errors were encountered: