Skip to content

Commit f70eb5a

Browse files
Apply suggestions from code review
Co-authored-by: bryan-aguilar <[email protected]>
1 parent 010e267 commit f70eb5a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/docs/getting-started/adot-eks-add-on/config-auto-instrumentation.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ spec:
4545

4646
## Configuring the auto-instrumentation
4747

48-
To configure and select a specific version of the auto-instrumentation that should be injected in the workload, one can use the
49-
custom resource definition `Instrumentation`.
48+
The `Instrumentation` custom resource definition (CRD) can be used to select the auto-instrumentation version that will be injected into the workload. The `Instrumentation` CRD can also be used to configure auto-instrumentation agents. For more information on how to configure auto-instrumentation injection please refer to the [OpenTelemetry Documentation](https://github.com/open-telemetry/opentelemetry-operator/tree/main#opentelemetry-auto-instrumentation-injection).
5049

5150
In the `Instrumentation` CRD you can define the collector endpoint used to submit the telemetry data and the images used
5251
for each language:
@@ -78,11 +77,11 @@ spec:
7877
```
7978

8079
In the example above, we are configuring the endpoint that will be used to submit the telemetry signals to `http://adot-collector:4317`. If the workload
81-
already have the `OTEL_EXPORTER_OTLP_ENDPOINT` environment defined, that will be used instead. In the example
80+
already has the `OTEL_EXPORTER_OTLP_ENDPOINT` environment defined, that will be used instead. In the example
8281
we are also configuring the version of the ADOT Java Agent that should be used to `public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.28.0`.
8382

8483

85-
For more information about how to configure the auto-instrumentation injection, please refer to the [OpenTelemetry documentation](https://github.com/open-telemetry/opentelemetry-operator/tree/main#opentelemetry-auto-instrumentation-injection).
84+
For detailed information on the `Instrumentation` CRD please refer to the [OpenTelemetry Instrumentation Spec](https://github.com/open-telemetry/opentelemetry-operator/blob/main/docs/api.md#instrumentation).
8685

8786
## [Previous Topic: Collector Configuration Introduction](/docs/getting-started/adot-eks-add-on/config-intro)
8887

0 commit comments

Comments
 (0)