File tree Expand file tree Collapse file tree 4 files changed +0
-18
lines changed
src/docs/getting-started/lambda Expand file tree Collapse file tree 4 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,6 @@ Find the supported regions and AMD64 (x86_64) layer ARN in the table below for t
73
73
74
74
Find the supported regions and ARM64 layer ARN in the table below for the ARNs to consume.
75
75
76
- | Supported Regions | Lambda layer ARN format | Contents |
77
- | ---------------------| -------------------------| ----------|
78
- | 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-collector-arm64-ver-0-61-0:1 | Contains the [ ADOT Collector for Lambda v0.22.0] ( https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.22.0 ) |
79
-
80
-
81
76
### Enable Tracing
82
77
Once you’ve instrumented the Lambda function code and deployed to Lambda service, you can follow the instructions below to apply Lambda layer.
83
78
Original file line number Diff line number Diff line change @@ -91,10 +91,6 @@ Find the supported regions and AMD64 (x86_64) layer ARN in the table below for t
91
91
92
92
Find the supported regions and ARM64 layer ARN in the table below for the ARNs to consume.
93
93
94
- | Supported Regions | Lambda layer ARN format | Contents |
95
- | ---------------------| -------------------------| ----------|
96
- | 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-collector-arm64-ver-0-61-0:1 | Contains the [ ADOT Collector for Lambda v0.22.0] ( https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.22.0 ) |
97
-
98
94
### Enable Tracing
99
95
Once you’ve instrumented the Lambda function code and deployed to Lambda service, you can follow the instructions below to apply Lambda layer.
100
96
Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ Find the supported regions and AMD64 (x86_64) layer ARN in the table below for t
33
33
34
34
Find the supported regions and ARM64 layer ARN in the table below for the ARNs to consume.
35
35
36
- | Supported Regions | Lambda layer ARN format | Contents |
37
- | ---------------------| -------------------------| ----------|
38
- | 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-agent-arm64-ver-1-18-0:1 | Contains [ ADOT Java Auto-Instrumentation Agent v1.18.0] ( https://github.com/aws-observability/aws-otel-java-instrumentation/releases/tag/v1.18.0 ) <br /><br /> Contains the [ ADOT Collector for Lambda v0.22.0] ( https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.22.0 ) |
39
-
40
36
### Enable auto-instrumentation for your Lambda function
41
37
42
38
To enable the AWS Distro for OpenTelemetry in your Lambda function, you need to add and configure the layer, and then enable tracing.
Original file line number Diff line number Diff line change @@ -36,11 +36,6 @@ Find the supported regions and AMD64 (x86_64) layer ARN in the table below for t
36
36
37
37
Find the supported regions and ARM64 layer ARN in the table below for the ARNs to consume.
38
38
39
- | Supported Regions | Lambda layer ARN format | Contents |
40
- | ---------------------| -------------------------| ----------|
41
- | 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-python-arm64-ver-1-13-0:1 | Contains [ OpenTelemetry Python v1.13.0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.13.0 ) with the [ AWS Python Extension v2.0.1] ( https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/opentelemetry-sdk-extension-aws%3D%3D2.0.1 ) <br /><br /> Contains the [ ADOT Collector for Lambda v0.22.0] ( https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.22.0 ) |
42
-
43
-
44
39
### Enable auto-instrumentation for your Lambda function
45
40
To enable the AWS Distro for OpenTelemetry in your Lambda function, you need to add and configure the layer, and then enable tracing.
46
41
You can’t perform that action at this time.
0 commit comments