Skip to content

Commit a29aa3a

Browse files
authored
Merge pull request #672 from deki/adot-autoinstrumentation-java-update
Update to newer adot-autoinstrumentation-java version
2 parents 03a0b57 + 51b3fdd commit a29aa3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ spec:
7373
exporter:
7474
endpoint: http://adot-collector:4317
7575
java:
76-
image: public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.28.0
76+
image: public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.31.1
7777
```
7878

7979
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
8080
already has the `OTEL_EXPORTER_OTLP_ENDPOINT` environment defined, that will be used instead. In the example
81-
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`.
81+
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.31.1`.
8282

8383

8484
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).

0 commit comments

Comments
 (0)