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-3
Original file line number
Diff line number
Diff line change
@@ -259,14 +259,14 @@ EOF
259
259
The values for `propagators` are added to the `OTEL_PROPAGATORS` environment variable.
260
260
Valid values for `propagators` are defined by the [OpenTelemetry Specification for OTEL_PROPAGATORS](https://opentelemetry.io/docs/concepts/sdk-configuration/general-sdk-configuration/#otel_propagators).
261
261
262
-
The value for `sampler.type` is added to the `OTEL_TRACES_SAMPLER`envrionment variable.
262
+
The value for `sampler.type` is added to the `OTEL_TRACES_SAMPLER`environment variable.
263
263
Valid values for `sampler.type` are defined by the [OpenTelemetry Specification for OTEL_TRACES_SAMPLER](https://opentelemetry.io/docs/concepts/sdk-configuration/general-sdk-configuration/#otel_traces_sampler).
264
264
The value for `sampler.argument` is added to the `OTEL_TRACES_SAMPLER_ARG` environment variable. Valid values for `sampler.argument` will depend on the chosen sampler. See the [OpenTelemetry Specification for OTEL_TRACES_SAMPLER_ARG](https://opentelemetry.io/docs/concepts/sdk-configuration/general-sdk-configuration/#otel_traces_sampler_arg) for more details.
265
265
266
266
The above CR can be queried by `kubectl get otelinst`.
267
267
268
268
Then add an annotation to a pod to enable injection. The annotation can be added to a namespace, so that all pods within
269
-
that namespace wil get instrumentation, or by adding the annotation to individual PodSpec objects, available as part of
269
+
that namespace will get instrumentation, or by adding the annotation to individual PodSpec objects, available as part of
270
270
Deployment, Statefulset, and other resources.
271
271
272
272
Java:
@@ -334,7 +334,7 @@ The possible values for the annotation can be
334
334
* `"my-other-namespace/my-instrumentation"` - name and namespace of `Instrumentation` CR instance in another namespace.
335
335
* `"false"` - do not inject
336
336
337
-
>**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.
337
+
>**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 explicitly.
338
338
339
339
#### Multi-container pods with single instrumentation
0 commit comments