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
Browse filesBrowse the repository at this point in the historyBrowse files
authored
Add gov site caution to serverless agentic onboarding sections (#39362)
* Add gov site caution to serverless agentic onboarding sections
Add a US1-FED/US2-FED "not supported" caution to the agentic onboarding
sections of AWS Lambda, GCP Cloud Run containers, GCP Cloud Run functions,
and Azure Container Apps. Also move the AWS Lambda section above
Instrumentation instructions.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Update hugo/content/en/serverless/aws_lambda/instrumentation/_index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Add gov caution under Quick start and rename Lambda instrumentation heading
Add the US1-FED/US2-FED caution under Quick start on the AWS Lambda page,
and rename the "Instrumentation instructions" heading to "Manual Instrumentation".
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: hugo/content/en/serverless/aws_lambda/instrumentation/_index.md
+30-22Lines changed: 30 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,35 +27,22 @@ Instrument your AWS Lambda applications with a Datadog Lambda Extension to colle
27
27
28
28
## Quick start
29
29
30
+
{{< site-region region="gov,gov2" >}}
31
+
<divclass="alert alert-danger">This feature is not supported for your selected <ahref="/getting_started/site">Datadog site</a> ({{< region-param key="dd_site_name" >}}).</div>
32
+
{{< /site-region >}}
33
+
30
34
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.
31
35
32
36
A sample application is [available on GitHub][6] with instructions on how to deploy with multiple runtimes and infrastructure-as-code tools.
33
37
34
-
The quick start process configures your Lambda functions on the fly. To instrument Lambda functions permanently, see the detailed instructions in the next section.
After you're done with instrumentation and you've set up telemetry collection, you can use [Configure Serverless Monitoring for AWS Lambda][3] to:
50
-
51
-
- connect your metrics, traces, and logs using tags
52
-
- collect telemetry from AWS resources such as API Gateway, AppSync, and Step Functions
53
-
- capture the request and response payloads for individual Lambda invocations
54
-
- link errors of your Lambda functions to your source code
55
-
- filter or scrub sensitive information from logs or traces
38
+
The quick start process configures your Lambda functions on the fly. To instrument Lambda functions permanently, see the sections below for agentic onboarding or manual instrumentation.
56
39
57
40
## Set up with agentic onboarding
58
41
42
+
{{< site-region region="gov,gov2" >}}
43
+
<divclass="alert alert-danger">This feature is not supported for your selected <ahref="/getting_started/site">Datadog site</a> ({{< region-param key="dd_site_name" >}}).</div>
44
+
{{< /site-region >}}
45
+
59
46
Use agentic onboarding to set up monitoring for your Lambda functions with AI assistance. Agentic onboarding detects your project's frameworks, applies the required configuration in place, and verifies that data is flowing. Two complementary paths use the same Datadog account:
60
47
61
48
-**AI Setup CLI**: A standalone terminal tool. Use it when you don't want to install an MCP server.
@@ -84,6 +71,27 @@ Help me monitor my AWS Lambda functions with Datadog.
Copy file name to clipboardExpand all lines: hugo/content/en/serverless/google_cloud_run/containers/_index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,10 @@ further_reading:
23
23
24
24
## Set up with agentic onboarding
25
25
26
+
{{< site-region region="gov,gov2" >}}
27
+
<divclass="alert alert-danger">This feature is not supported for your selected <ahref="/getting_started/site">Datadog site</a> ({{< region-param key="dd_site_name" >}}).</div>
28
+
{{< /site-region >}}
29
+
26
30
Use agentic onboarding to set up monitoring for your Cloud Run containers with AI assistance. Agentic onboarding detects your project's frameworks, applies the required configuration in place, and verifies that data is flowing. Two complementary paths use the same Datadog account:
27
31
28
32
-**AI Setup CLI**: A standalone terminal tool. Use it when you don't want to install an MCP server.
Copy file name to clipboardExpand all lines: hugo/content/en/serverless/google_cloud_run/functions/_index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ further_reading:
17
17
18
18
## Set up with agentic onboarding
19
19
20
+
{{< site-region region="gov,gov2" >}}
21
+
<divclass="alert alert-danger">This feature is not supported for your selected <ahref="/getting_started/site">Datadog site</a> ({{< region-param key="dd_site_name" >}}).</div>
22
+
{{< /site-region >}}
23
+
20
24
Use agentic onboarding to set up monitoring for your Cloud Run functions with AI assistance. Agentic onboarding detects your project's frameworks, applies the required configuration in place, and verifies that data is flowing. Two complementary paths use the same Datadog account:
21
25
22
26
-**AI Setup CLI**: A standalone terminal tool. Use it when you don't want to install an MCP server.
0 commit comments