Skip to content

Commit 9bdde35

Browse files
authored
Fix typos in readme (#2660)
1 parent a20a7b4 commit 9bdde35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -259,14 +259,14 @@ EOF
259259
The values for `propagators` are added to the `OTEL_PROPAGATORS` environment variable.
260260
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).
261261

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.
263263
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).
264264
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.
265265

266266
The above CR can be queried by `kubectl get otelinst`.
267267

268268
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
270270
Deployment, Statefulset, and other resources.
271271

272272
Java:
@@ -334,7 +334,7 @@ The possible values for the annotation can be
334334
* `"my-other-namespace/my-instrumentation"` - name and namespace of `Instrumentation` CR instance in another namespace.
335335
* `"false"` - do not inject
336336

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.
338338

339339
#### Multi-container pods with single instrumentation
340340

0 commit comments

Comments
 (0)