diff --git a/content/en/serverless/aws_lambda/instrumentation/_index.md b/content/en/serverless/aws_lambda/instrumentation/_index.md index d40b0f588c5..0b10ee3d71c 100644 --- a/content/en/serverless/aws_lambda/instrumentation/_index.md +++ b/content/en/serverless/aws_lambda/instrumentation/_index.md @@ -15,7 +15,7 @@ further_reading: ## Overview -Instrument your AWS Lambda applications with a Datadog Lambda Library to collect traces, enhanced metrics, and custom metrics. +Instrument your AWS Lambda applications with a Datadog Lambda Extension to collect traces, enhanced metrics, and custom metrics. The Datadog Lambda Extension is analogous to using the Datadog Agent and Datadog tracing libraries for host-based infrastructure and applications. {{< img src="serverless/serverless_tracing_installation_instructions.png" alt="A diagram that shows how Datadog receives telemetry from your instrumented AWS Lambda application. Your Lambda application, instrumented with a Datadog Lambda Library, sends logs, traces, enhanced metrics, and custom metrics to the Datadog Lambda Extension, which then pushes this data to Datadog." style="width:100%;" >}} @@ -25,7 +25,6 @@ Instrument your AWS Lambda applications with a Datadog Lambda Library to collect Agentic onboarding for Datadog Serverless is in Preview. Use your favorite AI coding tool such as Cursor or Claude to bulk-add Datadog monitoring to your Lambda functions. {{< /callout >}} - To get started, [sign up for a Datadog account][1] if you don’t already have one. Then, follow the [in-app installation flow in Fleet Automation][8] for AWS Lambda to instrument your Lambda functions. This quick-start configuration enables your functions to send real-time metrics, logs, and traces to Datadog. A sample application is [available on GitHub][6] with instructions on how to deploy with multiple runtimes and infrastructure-as-code tools. @@ -34,10 +33,6 @@ The quick start process configures your Lambda functions on the fly. To instrume ## Instrumentation instructions -You can use [remote instrumentation][5] to add instrumentation to your AWS Lambda functions and keep them instrumented securely. See [Remote instrumentation for AWS Lambda][5]. - -To instrument your functions without remote instrumentation, see detailed instrumentation instructions: - {{< partial name="serverless/getting-started-languages.html" >}} ## Advanced configurations