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
Copy file name to clipboardExpand all lines: README.md
-3
Original file line number
Diff line number
Diff line change
@@ -226,9 +226,6 @@ The possible values for the annotation can be
226
226
*`"my-other-namespace/my-instrumentation"` - name and namespace of `Instrumentation` CR instance in another namespace.
227
227
*`"false"` - do not inject
228
228
229
-
230
-
>**Note:** For `DotNet` auto-instrumentation, by default, operator sets the `OTEL_DOTNET_AUTO_TRACES_ENABLED_INSTRUMENTATIONS` environment variable which specifies the list of traces source instrumentations you want to enable. The value that is set by default by the operator is all available instrumentations supported by the `openTelemery-dotnet-instrumentation` release consumed in the image, i.e. `AspNet,HttpClient,SqlClient`. This value can be overriden by configuring the environment variable explicitely.
231
-
232
229
#### Multi-container pods
233
230
234
231
If nothing else is specified, instrumentation is performed on the first container available in the pod spec.
0 commit comments