File tree Expand file tree Collapse file tree 8 files changed +6
-69
lines changed
docs/getting-started/lambda Expand file tree Collapse file tree 8 files changed +6
-69
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,6 @@ description:
6
6
path : /blog
7
7
8
8
blogs :
9
- - title : " AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.29.0"
10
- author : " Huy Vo"
11
- date : " 7-June-2023"
12
- body :
13
- " ADOT Lambda Layers now distribute ADOT Collector v0.29.0 with new layers supporting AMD64 and ARM64 Lambda functions"
14
- link : " /docs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.29.0"
15
-
16
9
- title : " AWS Distro for OpenTelemetry EKS Add-on v0.76.1 is now available"
17
10
author : " Bryan Aguilar"
18
11
date : " 6-June-2023"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below
69
69
70
70
| Supported Regions | Lambda layer ARN format | Contents |
71
71
| ---------------------| -------------------------| ----------|
72
- | ap-northeast-1<br />ap-northeast-2<br />ap-south-1<br />ap-southeast-1<br />ap-southeast-2<br />ca-central-1<br />eu-central-1<br />eu-north-1<br />eu-west-1<br />eu-west-2<br />eu-west-3<br />sa-east-1<br />us-east-1<br />us-east-2<br />us-west-1<br />us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-collector-<architecture\>-ver-0-76-1 :1 | Contains ADOT Collector v0.29 .0 |
72
+ | ap-northeast-1<br />ap-northeast-2<br />ap-south-1<br />ap-southeast-1<br />ap-southeast-2<br />ca-central-1<br />eu-central-1<br />eu-north-1<br />eu-west-1<br />eu-west-2<br />eu-west-3<br />sa-east-1<br />us-east-1<br />us-east-2<br />us-west-1<br />us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-collector-<architecture\>-ver-0-74-0 :1 | Contains ADOT Collector v0.28 .0 |
73
73
74
74
### Enable Tracing
75
75
Once you’ve instrumented the Lambda function code and deployed to Lambda service, you can follow the instructions below to apply Lambda layer.
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below
87
87
88
88
| Supported Regions | Lambda layer ARN format | Contents |
89
89
| ---------------------| -------------------------| ----------|
90
- | ap-northeast-1<br />ap-northeast-2<br />ap-south-1<br />ap-southeast-1<br />ap-southeast-2<br />ca-central-1<br />eu-central-1<br />eu-north-1<br />eu-west-1<br />eu-west-2<br />eu-west-3<br />sa-east-1<br />us-east-1<br />us-east-2<br />us-west-1<br />us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-collector-<architecture\>-ver-0-76-1 :1 | Contains ADOT Collector v0.29 .0 |
90
+ | ap-northeast-1<br />ap-northeast-2<br />ap-south-1<br />ap-southeast-1<br />ap-southeast-2<br />ca-central-1<br />eu-central-1<br />eu-north-1<br />eu-west-1<br />eu-west-2<br />eu-west-3<br />sa-east-1<br />us-east-1<br />us-east-2<br />us-west-1<br />us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-collector-<architecture\>-ver-0-74-0 :1 | Contains ADOT Collector v0.28 .0 |
91
91
92
92
### Enable Tracing
93
93
Once you’ve instrumented the Lambda function code and deployed to Lambda service, you can follow the instructions below to apply Lambda layer.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below
29
29
30
30
| Supported Regions | Lambda layer ARN format | Contents |
31
31
| ---------------------| -------------------------| ----------|
32
- | ap-northeast-1<br />ap-northeast-2<br />ap-south-1<br />ap-southeast-1<br />ap-southeast-2<br />ca-central-1<br />eu-central-1<br />eu-north-1<br />eu-west-1<br />eu-west-2<br />eu-west-3<br />sa-east-1<br />us-east-1<br />us-east-2<br />us-west-1<br />us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-java-agent-<architecture\>-ver-1-26 -0:1 | Contains [ ADOT Java Auto-Instrumentation Agent v1.26 .0] ( https://github.com/aws-observability/aws-otel-java-instrumentation/releases/tag/v1.26 .0 ) <br /><br /> Contains ADOT Collector v0.29 .0 |
32
+ | ap-northeast-1<br />ap-northeast-2<br />ap-south-1<br />ap-southeast-1<br />ap-southeast-2<br />ca-central-1<br />eu-central-1<br />eu-north-1<br />eu-west-1<br />eu-west-2<br />eu-west-3<br />sa-east-1<br />us-east-1<br />us-east-2<br />us-west-1<br />us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-java-agent-<architecture\>-ver-1-24 -0:1 | Contains [ ADOT Java Auto-Instrumentation Agent v1.24 .0] ( https://github.com/aws-observability/aws-otel-java-instrumentation/releases/tag/v1.24 .0 ) <br /><br /> Contains ADOT Collector v0.28 .0 |
33
33
34
34
### Enable auto-instrumentation for your Lambda function
35
35
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below
39
39
40
40
| Supported Regions | Lambda layer ARN format | Contents |
41
41
| ---------------------| -------------------------| ----------|
42
- | ap-northeast-1<br />ap-northeast-2<br />ap-south-1<br />ap-southeast-1<br />ap-southeast-2<br />ca-central-1<br />eu-central-1<br />eu-north-1<br />eu-west-1<br />eu-west-2<br />eu-west-3<br />sa-east-1<br />us-east-1<br />us-east-2<br />us-west-1<br />us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-java-wrapper-<architecture\>-ver-1-26 -0:1 | Contains [ OpenTelemetry for Java v1.26 .0] ( https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.26 .0 ) with [ Java Instrumentation v1.26 .0] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.26 .0 ) <br /><br /> Contains ADOT Collector v0.29 .0 |
42
+ | ap-northeast-1<br />ap-northeast-2<br />ap-south-1<br />ap-southeast-1<br />ap-southeast-2<br />ca-central-1<br />eu-central-1<br />eu-north-1<br />eu-west-1<br />eu-west-2<br />eu-west-3<br />sa-east-1<br />us-east-1<br />us-east-2<br />us-west-1<br />us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-java-wrapper-<architecture\>-ver-1-24 -0:1 | Contains [ OpenTelemetry for Java v1.24 .0] ( https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.24 .0 ) with [ Java Instrumentation v1.24 .0] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.24 .0 ) <br /><br /> Contains ADOT Collector v0.28 .0 |
43
43
44
44
### Enable auto-instrumentation for your Lambda function
45
45
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 @@ -29,7 +29,7 @@ Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below
29
29
30
30
| Supported Regions | Lambda layer ARN format | Contents |
31
31
| ---------------------| -------------------------| ----------|
32
- | ap-northeast-1<br />ap-northeast-2<br />ap-south-1<br />ap-southeast-1<br />ap-southeast-2<br />ca-central-1<br />eu-central-1<br />eu-north-1<br />eu-west-1<br />eu-west-2<br />eu-west-3<br />sa-east-1<br />us-east-1<br />us-east-2<br />us-west-1<br />us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-nodejs-<architecture\>-ver-1-13 -0:1 | Contains [ OpenTelemetry for JavaScript v1.13 .0] ( https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.13 .0 ) with [ Lambda instrumentation v0.35.2 ] ( https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/instrumentation-aws-lambda-v0.35.2 ) <br /><br /> Contains ADOT Collector v0.29 .0 |
32
+ | ap-northeast-1<br />ap-northeast-2<br />ap-south-1<br />ap-southeast-1<br />ap-southeast-2<br />ca-central-1<br />eu-central-1<br />eu-north-1<br />eu-west-1<br />eu-west-2<br />eu-west-3<br />sa-east-1<br />us-east-1<br />us-east-2<br />us-west-1<br />us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-nodejs-<architecture\>-ver-1-12 -0:1 | Contains [ OpenTelemetry for JavaScript v1.12 .0] ( https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.12 .0 ) with [ Lambda instrumentation v0.35.0 ] ( https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/instrumentation-aws-lambda-v0.35.0 ) <br /><br /> Contains ADOT Collector v0.28 .0 |
33
33
34
34
### Enable auto-instrumentation for your Lambda function
35
35
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 @@ -32,7 +32,7 @@ Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below
32
32
33
33
| Supported Regions | Lambda layer ARN format | Contents |
34
34
| ---------------------| -------------------------| ----------|
35
- | ap-northeast-1<br />ap-northeast-2<br />ap-south-1<br />ap-southeast-1<br />ap-southeast-2<br />ca-central-1<br />eu-central-1<br />eu-north-1<br />eu-west-1<br />eu-west-2<br />eu-west-3<br />sa-east-1<br />us-east-1<br />us-east-2<br />us-west-1<br />us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-python-<architecture\>-ver-1-18 -0:1 | Contains [ OpenTelemetry Python v1.18 .0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.18 .0 ) <br /><br /> Contains ADOT Collector v0.29 .0 |
35
+ | ap-northeast-1<br />ap-northeast-2<br />ap-south-1<br />ap-southeast-1<br />ap-southeast-2<br />ca-central-1<br />eu-central-1<br />eu-north-1<br />eu-west-1<br />eu-west-2<br />eu-west-3<br />sa-east-1<br />us-east-1<br />us-east-2<br />us-west-1<br />us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-python-<architecture\>-ver-1-17 -0:1 | Contains [ OpenTelemetry Python v1.17 .0] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.17 .0 ) <br /><br /> Contains ADOT Collector v0.28 .0 |
36
36
37
37
### Enable auto-instrumentation for your Lambda function
38
38
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