File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/docs/getting-started/lambda Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Find the supported regions and ARM64 layer ARN in the table below for the ARNs t
45
45
46
46
| Supported Regions | Lambda layer ARN format | Contents |
47
47
| ---------------------| -------------------------| ----------|
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 ) |
49
49
50
50
### Enable auto-instrumentation for your Lambda function
51
51
To enable the AWS Distro for OpenTelemetry in your Lambda function, you need to add and configure the layer, and then enable tracing.
You can’t perform that action at this time.
0 commit comments