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
Is your feature request related to a problem? Please describe.
Multi container pods with mixed python platforms cannot be instrumented.
Describe the solution you'd like
if enable-multi-instrumentation is enabled, otel-python-platform-container-<platform>: <container>[,container]* where platform is one of the supported platforms - currently glibc and musl
If the above is omitted for a container then value of otel-python-platform is used for all containers.
for example:
Component(s)
auto-instrumentation
Is your feature request related to a problem? Please describe.
Multi container pods with mixed python platforms cannot be instrumented.
Describe the solution you'd like
if
enable-multi-instrumentation
is enabled,otel-python-platform-container-<platform>: <container>[,container]*
whereplatform
is one of the supported platforms - currentlyglibc
andmusl
If the above is omitted for a container then value of
otel-python-platform
is used for all containers.for example:
Describe alternatives you've considered
No response
Additional context
Support for musl annotations was introduced in #3332
The text was updated successfully, but these errors were encountered: