Skip to content

Commit e74d421

Browse files
committed
update java agent tag
1 parent 4b545b6 commit e74d421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/getting-started/lambda/lambda-java.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Find the supported regions and ARM64 layer ARN in the table below for the ARNs t
4545

4646
|Supported Regions |Lambda layer ARN format | Contents |
4747
|---------------------|-------------------------|----------|
48-
| ap-northeast-1<br/>ap-south-1<br/>ap-southeast-1<br/>ap-southeast-2<br/>eu-central-1<br/>eu-west-1<br/>eu-west-2<br/>us-east-1<br/>us-east-2<br/>us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-java-wrapper-arm64-ver-1-17-0:1 | Contains [OpenTelemetry for Java v1.17.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.16.0) with [Java Instrumentation v1.17.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.16.0) <br/><br/> Contains the [ADOT Collector for Lambda v0.21.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.21.0) |
48+
| ap-northeast-1<br/>ap-south-1<br/>ap-southeast-1<br/>ap-southeast-2<br/>eu-central-1<br/>eu-west-1<br/>eu-west-2<br/>us-east-1<br/>us-east-2<br/>us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-java-wrapper-arm64-ver-1-17-0:1 | Contains [OpenTelemetry for Java v1.17.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.17.0) with [Java Instrumentation v1.17.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.17.0) <br/><br/> Contains the [ADOT Collector for Lambda v0.21.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.21.0) |
4949

5050
### Enable auto-instrumentation for your Lambda function
5151
To enable the AWS Distro for OpenTelemetry in your Lambda function, you need to add and configure the layer, and then enable tracing.

0 commit comments

Comments
 (0)