File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,18 @@ issues: [3090]
13
13
# (Optional) One or more lines of additional information to render under the primary note.
14
14
# These lines will be padded with 2 spaces and then inserted directly into the document.
15
15
# Use pipe (|) for multiline entries.
16
- subtext :
16
+ subtext : |
17
+ Starting with this release, the OpenTelemetry Operator now enables multi-instrumentation by default.
18
+ This enhancement allows instrumentation of multiple containers in a pod with language-specific configurations.|
19
+ Key Changes:
20
+ - Single Instrumentation (Default Behavior): If no container names are specified using the
21
+ `instrumentation.opentelemetry.io/container-names` annotation, instrumentation will be applied to the first container in
22
+ the pod spec by default. This only applies when single instrumentation injection is configured.
23
+ - Multi-Container Pods: In scenarios where different containers in a pod use distinct technologies, users must specify the
24
+ container(s) for instrumentation using language-specific annotations. Without this specification, the default behavior may
25
+ not work as expected for multi-container environments.
26
+ Compatibility:
27
+ - Users already utilizing the `instrumentation.opentelemetry.io/container-names` annotation do not need to take any action.
28
+ Their existing setup will continue to function as before.
29
+ - Important: Users who attempt to configure both `instrumentation.opentelemetry.io/container-names` and language-specific annotations
30
+ (for multi-instrumentation) simultaneously will encounter an error, as this configuration is not supported.
You can’t perform that action at this time.
0 commit comments