From e50e7a0a1896c4cf82578700997e41aa1977eed6 Mon Sep 17 00:00:00 2001 From: Vasi Vasireddy Date: Mon, 6 Jan 2025 13:32:20 -0800 Subject: [PATCH] Update release highlights --- .../aws-distro-for-opentelemetry-lambda-layer-v0.42.0.mdx | 3 ++- src/docs/getting-started/lambda/lambda-js.mdx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/content/Blogs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.42.0.mdx b/src/content/Blogs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.42.0.mdx index b298507b1..ead33ae0a 100644 --- a/src/content/Blogs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.42.0.mdx +++ b/src/content/Blogs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.42.0.mdx @@ -33,6 +33,7 @@ AWS Distro for OpenTelemetry Lambda Layers now supports AMD64 and ARM64 in the f ### Release Highlights - Added support for nodejs20.x and nodejs 22.x runtime in Nodejs lambda layer. +- The `logging` exporter has been removed upstream in favor of the `debug` exporter. This release removes the logging exporter. See [#11337](https://github.com/open-telemetry/opentelemetry-collector/issues/11337) to migrate to the debug exporter. - Python layer [**aws-otel-python--ver-1-29-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-python) contains OpenTelemetry Python `v1.29.0` and ADOT Collector for Lambda `v0.42.0` - Nodejs layer [**aws-otel-nodejs--ver-1-30-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-js) contains OpenTelemetry JavaScript Core `v1.30.0` with AWS Lambda Instrumentation `v0.50.0` and ADOT Collector for Lambda `v0.42.0` - Java-Wrapper layer [**aws-otel-java-wrapper--ver-1-32-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-java) contains OpenTelemetry Java `v1.32.0` and ADOT Collector for Lambda `v0.42.0` @@ -52,4 +53,4 @@ More blog posts about ### Author -[Alexis Perez-Mendoza](https://github.com/alexperez52) is a SDE on the AWS Open-Source Observability team. +[Pavan Sai Vasireddy](https://github.com/vasireddy99) is a SDE on the AWS Open-Source Observability team. diff --git a/src/docs/getting-started/lambda/lambda-js.mdx b/src/docs/getting-started/lambda/lambda-js.mdx index cfe13fea7..b06cc45d6 100644 --- a/src/docs/getting-started/lambda/lambda-js.mdx +++ b/src/docs/getting-started/lambda/lambda-js.mdx @@ -31,7 +31,7 @@ Find the supported regions and amd64/arm64 layer ARN in the table below for the |Supported Regions |Lambda layer ARN format | Contents | |---------------------|-------------------------|----------| -| ap-northeast-1
ap-northeast-2
ap-south-1
ap-southeast-1
ap-southeast-2
ca-central-1
eu-central-1
eu-north-1
eu-west-1
eu-west-2
eu-west-3
sa-east-1
us-east-1
us-east-2
us-west-1
us-west-2 | arn:aws:lambda::901920570463:layer:aws-otel-nodejs--ver-1-30-1:1 |Contains [OpenTelemetry for JavaScript v1.30.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.30.0) with [Lambda instrumentation v0.41.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/instrumentation-aws-lambda-v0.41.0)

Contains ADOT Collector v0.42.0 | +| ap-northeast-1
ap-northeast-2
ap-south-1
ap-southeast-1
ap-southeast-2
ca-central-1
eu-central-1
eu-north-1
eu-west-1
eu-west-2
eu-west-3
sa-east-1
us-east-1
us-east-2
us-west-1
us-west-2 | arn:aws:lambda::901920570463:layer:aws-otel-nodejs--ver-1-30-1:1 |Contains [OpenTelemetry for JavaScript v1.30.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.30.0) with [Lambda instrumentation v0.50.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/instrumentation-aws-lambda-v0.50.0)

Contains ADOT Collector v0.42.0 | ### Enable auto-instrumentation for your Lambda function To enable the AWS Distro for OpenTelemetry in your Lambda function, you need to add and configure the layer, and then enable tracing.