From 3c5146de4abce06c435af7819c0ab13868eef8fa Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Mon, 29 Sep 2025 09:40:10 +0200 Subject: [PATCH 1/2] Add EDOT Collector link to AWS Lambda section A small tweak to point folks in the right direction. --- solutions/observability/apm/opentelemetry/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions/observability/apm/opentelemetry/index.md b/solutions/observability/apm/opentelemetry/index.md index 6abce52222..28f266583b 100644 --- a/solutions/observability/apm/opentelemetry/index.md +++ b/solutions/observability/apm/opentelemetry/index.md @@ -78,6 +78,6 @@ Find more details about how to use an OpenTelemetry API or SDK with an Elastic A AWS Lambda functions can be instrumented with OpenTelemetry and monitored with Elastic {{observability}} or {{obs-serverless}}. -To get started, follow the official AWS Distribution for OpenTelemetry Lambda documentation, and configure the OpenTelemetry Collector to output traces and metrics to your Elastic cluster: +To get started, follow the official AWS Distribution for OpenTelemetry Lambda documentation, and [configure the EDOT Collector in Gateway mode](elastic-agent://reference/config/default-config-standalone.md#gateway-mode) to send traces and metrics to your Elastic cluster: -[**Get started with the AWS Distro for OpenTelemetry Lambda**](https://aws-otel.github.io/docs/getting-started/lambda) \ No newline at end of file +[**Get started with the AWS Distro for OpenTelemetry Lambda**](https://aws-otel.github.io/docs/getting-started/lambda) From 09747d22c54fb176dfbd9d178632c2a78f6b154d Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Mon, 29 Sep 2025 09:53:45 +0200 Subject: [PATCH 2/2] Update solutions/observability/apm/opentelemetry/index.md Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com> --- solutions/observability/apm/opentelemetry/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/observability/apm/opentelemetry/index.md b/solutions/observability/apm/opentelemetry/index.md index 28f266583b..3f4c16cff2 100644 --- a/solutions/observability/apm/opentelemetry/index.md +++ b/solutions/observability/apm/opentelemetry/index.md @@ -78,6 +78,6 @@ Find more details about how to use an OpenTelemetry API or SDK with an Elastic A AWS Lambda functions can be instrumented with OpenTelemetry and monitored with Elastic {{observability}} or {{obs-serverless}}. -To get started, follow the official AWS Distribution for OpenTelemetry Lambda documentation, and [configure the EDOT Collector in Gateway mode](elastic-agent://reference/config/default-config-standalone.md#gateway-mode) to send traces and metrics to your Elastic cluster: +To get started, follow the official AWS Distribution for OpenTelemetry Lambda documentation, and [configure the EDOT Collector in Gateway mode](elastic-agent://reference/edot-collector/config/default-config-standalone.md#gateway-mode) to send traces and metrics to your Elastic cluster: [**Get started with the AWS Distro for OpenTelemetry Lambda**](https://aws-otel.github.io/docs/getting-started/lambda)