You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I using python auto-instrumentation in a kubernetes cluster. I have installed the operator and the instrumentation CRD (all up to date).
I have deployed about 6 services, all using fastapi. And one of my service isn't sending metrics and traces to my collector.
The collector is the same, operator same, same namespace and the instrument CR too.
Steps to Reproduce
Expected Result
Init container booting and finished without any issues..
Actual Result
When my pods is starting, the init container launch and this kind of error message appears: cp: can't preserve ownership of '/otel-auto-instrumentation-python/./zipp-3.17.0.dist-info/top_level.txt': Operation not permitted
I can't get traces or metrics exported to my collector...
Component(s)
instrumentation
What happened?
Description
I using python auto-instrumentation in a kubernetes cluster. I have installed the operator and the instrumentation CRD (all up to date).

I have deployed about 6 services, all using fastapi. And one of my service isn't sending metrics and traces to my collector.
The collector is the same, operator same, same namespace and the instrument CR too.
Steps to Reproduce
Expected Result
Init container booting and finished without any issues..
Actual Result
When my pods is starting, the init container launch and this kind of error message appears:
cp: can't preserve ownership of '/otel-auto-instrumentation-python/./zipp-3.17.0.dist-info/top_level.txt': Operation not permitted
I can't get traces or metrics exported to my collector...
Here is a screenshot of the initcontainer logs:
Kubernetes Version
v1.28.5-eks-5e0fdde
Operator version
v0.93.0
Collector version
v0.90.1
Environment information
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: