Hello team,
I am using auto-instrumention without sidecar
and my pod as istio injection sidecar enabled
and when istio enabled I see instrumentation not working and no logs related to instrumention like 'Picked up JAVA_TOOL_OPTIONS: -javaagent:/otel-auto-instrumentation-java/javaagent.jar'
but after disabling istio injection sidecar it is working and able see logs related instrumentation like 'Picked up JAVA_TOOL_OPTIONS: -javaagent:/otel-auto-instrumentation-java/javaagent.jar'
Any suggestions how to resolve this when istio enabled