opentelemetry-operator
opentelemetry-operator copied to clipboard
support multi container instrumentation in go auto instrumentation
Component(s)
operator, instrumentation
Is your feature request related to a problem? Please describe.
Hi, I have a multi go container deployment, i want to instrument all the containers with go auto instrumentation, but go auto instrumentation supports one container instrumentation only.
Describe the solution you'd like
support multi container instrumentation in go(could be with sidecar for each container or one sidecar that instruments all go containers)
Describe alternatives you've considered
tried to add sidecar to each container by editing my deployment it works but i prefer not to touch the deployment and instead work with the instrumentation resource and the annotations.
Additional context
No response