You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/agentic_onboarding/setup.md
+14-15Lines changed: 14 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Agentic Onboarding Setup
3
-
description: Set up the Datadog MCP server to instrument your frontend applications with coding agents like Cursor or Claude Code.
3
+
description: Set up the Datadog MCP server to instrument your applications with coding agents like Cursor or Claude Code.
4
4
5
5
---
6
6
@@ -10,14 +10,15 @@ Agentic Onboarding is in Preview.
10
10
11
11
## Overview
12
12
13
-
Agentic Onboarding lets LLM coding agents instrument your frontend applications for [Error Tracking][3], [Real User Monitoring (RUM)][4], [Product Analytics][5], and Infrastructure Monitoring with a single prompt.
13
+
Agentic Onboarding lets LLM coding agents instrument your frontend applications for [Error Tracking][3], [Real User Monitoring (RUM)][4], [Product Analytics][5], [Infrastructure Monitoring][8], and [Serverless Monitoring][7] with a single prompt.
14
14
15
15
Your coding assistant, such as [Cursor][1] or [Claude Code][2], detects your project's frameworks, adds configuration, and provisions required tokens and apps directly from your IDE.
16
16
17
17
## Supported frameworks
18
18
Agentic Onboarding is available for the following frameworks:
19
-
-**Error Tracking, RUM, and Product Analytics**: Android, Angular, iOS, Next.js, React, Svelte, Vanilla JS, and Vue.
19
+
-**Error Tracking, RUM, and Product Analytics**: Android, Angular, iOS, Next.js, React, Svelte, Vanilla JS, and Vue.
20
20
-**Infrastructure Monitoring with Kubernetes**: Terraform, Ansible, Kustomize, and more.
21
+
-**Serverless Monitoring for AWS Lambda**: Terraform, AWS CDK, Serverless Framework, and more.
21
22
22
23
## Setup
23
24
@@ -82,27 +83,23 @@ To get started:
82
83
83
84
{{< tabs >}}
84
85
{{% tab "Error Tracking" %}}
85
-
```console
86
-
Add Datadog Error Tracking to my project
87
-
```
86
+
{{< code-block lang="text" >}}Add Datadog Error Tracking to my project{{< /code-block >}}
88
87
{{% /tab %}}
89
88
90
89
{{% tab "Real User Monitoring" %}}
91
-
```console
92
-
Add Datadog Real User Monitoring to my project
93
-
```
90
+
{{< code-block lang="text" >}}Add Datadog Real User Monitoring to my project{{< /code-block >}}
94
91
{{% /tab %}}
95
92
96
93
{{% tab "Product Analytics" %}}
97
-
```console
98
-
Add Datadog Product Analytics to my project
99
-
```
94
+
{{< code-block lang="text" >}}Add Datadog Product Analytics to my project{{< /code-block >}}
100
95
{{% /tab %}}
101
96
102
97
{{% tab "Infrastructure Monitoring" %}}
103
-
```console
104
-
Add Datadog for Kubernetes to my project
105
-
```
98
+
{{< code-block lang="text" >}}Add Datadog for Kubernetes to my project{{< /code-block >}}
99
+
{{% /tab %}}
100
+
101
+
{{% tab "Serverless Monitoring" %}}
102
+
{{< code-block lang="text" >}}Instrument my AWS Lambda functions with Datadog{{< /code-block >}}
106
103
{{% /tab %}}
107
104
{{< /tabs >}}
108
105
@@ -118,4 +115,6 @@ Commit the changes to your repository and configure the provided environment var
Copy file name to clipboardExpand all lines: content/en/serverless/aws_lambda/instrumentation/_index.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,12 @@ further_reading:
15
15
16
16
## Overview
17
17
18
-
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.
18
+
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.
19
19
20
20
{{< 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%;" >}}
21
21
22
22
## Quick start
23
23
24
-
{{< callout url="https://www.datadoghq.com/product-preview/agentic-onboarding-for-serverless-applications/" btn_hidden="false" header="Agentically add the Datadog to your Lambda Functions.">}}
25
-
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.
26
-
{{< /callout >}}
27
-
28
24
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.
29
25
30
26
A sample application is [available on GitHub][6] with instructions on how to deploy with multiple runtimes and infrastructure-as-code tools.
Copy file name to clipboardExpand all lines: content/en/serverless/aws_lambda/instrumentation/dotnet.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,6 @@ further_reading:
17
17
18
18
<divclass="alert alert-info">Version 67+ of the Datadog Lambda Extension is optimized to significantly reduce cold start duration. <ahref="/serverless/aws_lambda/configuration/?tab=datadogcli#using-datadog-lambda-extension-v67">Read more</a>.</div>
19
19
20
-
{{< callout url="https://www.datadoghq.com/product-preview/agentic-onboarding-for-serverless-applications/" btn_hidden="false" header="Agentically add Datadog to your Lambda Functions">}}
21
-
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.
Copy file name to clipboardExpand all lines: content/en/serverless/aws_lambda/instrumentation/go.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,6 @@ aliases:
20
20
21
21
<divclass="alert alert-info">Version 67+ of the Datadog Lambda Extension is optimized to significantly reduce cold start duration. <ahref="/serverless/aws_lambda/configuration/?tab=datadogcli#using-datadog-lambda-extension-v67">Read more</a>.</div>
22
22
23
-
{{< callout url="https://www.datadoghq.com/product-preview/agentic-onboarding-for-serverless-applications/" btn_hidden="false" header="Agentically add Datadog to your Lambda Functions">}}
24
-
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.
25
-
{{< /callout >}}
26
-
27
23
## Setup
28
24
29
25
**Note**: Datadog recommends using v2 of the Go tracer to instrument AWS Lambda functions. See the [migration instructions](https://github.com/DataDog/dd-trace-go/tree/main/contrib/aws/datadog-lambda-go) for guidance on upgrading from v1 to v2.
Copy file name to clipboardExpand all lines: content/en/serverless/aws_lambda/instrumentation/java.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,6 @@ If you previously set up your Lambda functions using the Datadog Forwarder, see
24
24
25
25
If you are using the Datadog Lambda layers `dd-trace-java:4` (or older) and `Datadog-Extension:24` (or older), follow the [special instructions to upgrade][10].
26
26
27
-
{{< callout url="https://www.datadoghq.com/product-preview/agentic-onboarding-for-serverless-applications/" btn_hidden="false" header="Agentically add Datadog to your Lambda Functions">}}
28
-
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.
Copy file name to clipboardExpand all lines: content/en/serverless/aws_lambda/instrumentation/nodejs.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,6 @@ aliases:
22
22
23
23
<divclass="alert alert-info">Version 67+ of the Datadog Lambda Extension is optimized to significantly reduce cold start duration. <ahref="/serverless/aws_lambda/configuration/?tab=datadogcli#using-datadog-lambda-extension-v67">Read more</a>.</div>
24
24
25
-
{{< callout url="https://www.datadoghq.com/product-preview/agentic-onboarding-for-serverless-applications/" btn_hidden="false" header="Agentically add Datadog to your Lambda Functions">}}
26
-
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.
27
-
{{< /callout >}}
28
-
29
25
## Setup
30
26
31
27
{{< tabs >}}
@@ -194,7 +190,7 @@ The [Datadog CloudFormation macro][1] automatically transforms your SAM applicat
194
190
```
195
191
196
192
Note that the minor version of the `datadog-lambda-js` package always matches the layer version. For example, `datadog-lambda-js v0.5.0` matches the content of layer version 5.
197
-
193
+
198
194
You cannot install the Datadog Lambda Library as a layer if you are deploying your Lambda functionas a container image.
199
195
200
196
2. Install the Datadog Lambda Extension
@@ -315,7 +311,7 @@ To configure Datadog using SST v3, follow these steps:
315
311
1. Configure the Datadog Lambda Library and Datadog Lambda Extension layers
316
312
317
313
- The available `<RUNTIME>` options are: {{< latest-lambda-layer-version layer="node-versions" >}}.
318
-
314
+
319
315
2. Add `dd-trace` and `datadog-lambda-js` to the `nodejs.install` list
320
316
321
317
3. Fill in the environment variable placeholders:
@@ -325,7 +321,7 @@ To configure Datadog using SST v3, follow these steps:
325
321
- Replace `<SERVICE_NAME>` with the name of the Lambda function's service
326
322
- Replace `<DATADOG_SITE>` with {{< region-param key="dd_site" code="true" >}}. (Ensure the correct [Datadog site][1] is selected on this page)
327
323
- Replace `<VERSION>` with the version number of the Lambda function
328
-
324
+
329
325
4. [Apply the Datadog wrapper in your function code][2]
Copy file name to clipboardExpand all lines: content/en/serverless/aws_lambda/instrumentation/python.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,6 @@ algolia:
21
21
22
22
<divclass="alert alert-info">Version 67+ of the Datadog Lambda Extension is optimized to significantly reduce cold start duration. <ahref="/serverless/aws_lambda/configuration/?tab=datadogcli#using-datadog-lambda-extension-v67">Read more</a>.</div>
23
23
24
-
{{< callout url="https://www.datadoghq.com/product-preview/agentic-onboarding-for-serverless-applications/" btn_hidden="false" header="Agentically add Datadog to your Lambda Functions">}}
25
-
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.
Copy file name to clipboardExpand all lines: content/en/serverless/aws_lambda/instrumentation/ruby.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,6 @@ aliases:
23
23
24
24
<divclass="alert alert-info">Version 67+ of the Datadog Lambda Extension is optimized to significantly reduce cold start duration. <ahref="/serverless/aws_lambda/configuration/?tab=datadogcli#using-datadog-lambda-extension-v67">Read more</a>.</div>
25
25
26
-
{{< callout url="https://www.datadoghq.com/product-preview/agentic-onboarding-for-serverless-applications/" btn_hidden="false" header="Agentically add Datadog to your Lambda Functions">}}
27
-
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.
0 commit comments