Skip to content

Commit a4553b5

Browse files
rohanagarwalddclaudegithub-actions[bot]
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>
1 parent adf9304 commit a4553b5

4 files changed

Lines changed: 44 additions & 22 deletions

File tree

hugo/content/en/serverless/aws_lambda/instrumentation/_index.md

Lines changed: 30 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -27,35 +27,22 @@ Instrument your AWS Lambda applications with a Datadog Lambda Extension to colle
2727

2828
## Quick start
2929

30+
{{< site-region region="gov,gov2" >}}
31+
<div class="alert alert-danger">This feature is not supported for your selected <a href="/getting_started/site">Datadog site</a> ({{< region-param key="dd_site_name" >}}).</div>
32+
{{< /site-region >}}
33+
3034
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.
3135

3236
A sample application is [available on GitHub][6] with instructions on how to deploy with multiple runtimes and infrastructure-as-code tools.
3337

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.
35-
36-
## Instrumentation instructions
37-
38-
{{< card-grid card_width="30%" image_width="200" >}}
39-
{{< image-card href="/serverless/installation/python/" src="integrations_logos/python.png" alt="Python" >}}
40-
{{< image-card href="/serverless/installation/nodejs/" src="integrations_logos/nodejs.png" alt="Node.js" >}}
41-
{{< image-card href="/serverless/installation/ruby/" src="integrations_logos/ruby.png" alt="Ruby" >}}
42-
{{< image-card href="/serverless/installation/java/" src="integrations_logos/java.png" alt="Java" >}}
43-
{{< image-card href="/serverless/installation/go/" src="integrations_logos/go-metro.png" alt="go" >}}
44-
{{< image-card href="/serverless/installation/dotnet/" src="integrations_logos/dotnet_text.png" alt=".NET" >}}
45-
{{< /card-grid >}}
46-
47-
## Advanced configurations
48-
49-
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.
5639

5740
## Set up with agentic onboarding
5841

42+
{{< site-region region="gov,gov2" >}}
43+
<div class="alert alert-danger">This feature is not supported for your selected <a href="/getting_started/site">Datadog site</a> ({{< region-param key="dd_site_name" >}}).</div>
44+
{{< /site-region >}}
45+
5946
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:
6047

6148
- **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.
8471
{{% /tab %}}
8572
{{< /tabs >}}
8673

74+
## Manual Instrumentation
75+
76+
{{< card-grid card_width="30%" image_width="200" >}}
77+
{{< image-card href="/serverless/installation/python/" src="integrations_logos/python.png" alt="Python" >}}
78+
{{< image-card href="/serverless/installation/nodejs/" src="integrations_logos/nodejs.png" alt="Node.js" >}}
79+
{{< image-card href="/serverless/installation/ruby/" src="integrations_logos/ruby.png" alt="Ruby" >}}
80+
{{< image-card href="/serverless/installation/java/" src="integrations_logos/java.png" alt="Java" >}}
81+
{{< image-card href="/serverless/installation/go/" src="integrations_logos/go-metro.png" alt="go" >}}
82+
{{< image-card href="/serverless/installation/dotnet/" src="integrations_logos/dotnet_text.png" alt=".NET" >}}
83+
{{< /card-grid >}}
84+
85+
## Advanced configurations
86+
87+
After you're done with instrumentation and you've set up telemetry collection, you can use [Configure Serverless Monitoring for AWS Lambda][3] to:
88+
89+
- connect your metrics, traces, and logs using tags
90+
- collect telemetry from AWS resources such as API Gateway, AppSync, and Step Functions
91+
- capture the request and response payloads for individual Lambda invocations
92+
- link errors of your Lambda functions to your source code
93+
- filter or scrub sensitive information from logs or traces
94+
8795
## Further Reading
8896

8997
{{< partial name="whats-next/whats-next.html" >}}

hugo/content/en/serverless/azure_container_apps/_index.mdoc.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ Then, choose one of two paths to instrument your application with the `serverles
4242

4343
## Set up with agentic onboarding
4444

45+
{% site-region region="gov,gov2" %}
46+
{% alert level="danger" %}
47+
This feature is not supported for your selected [Datadog site](/getting_started/site) ({% region-param key="dd_site_name" /%}).
48+
{% /alert %}
49+
{% /site-region %}
50+
4551
Two paths use the same [Datadog account][1]:
4652

4753
- **AI Setup CLI**: A standalone terminal tool. Use it when you don't want to install an MCP server.

hugo/content/en/serverless/google_cloud_run/containers/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ further_reading:
2323

2424
## Set up with agentic onboarding
2525

26+
{{< site-region region="gov,gov2" >}}
27+
<div class="alert alert-danger">This feature is not supported for your selected <a href="/getting_started/site">Datadog site</a> ({{< region-param key="dd_site_name" >}}).</div>
28+
{{< /site-region >}}
29+
2630
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:
2731

2832
- **AI Setup CLI**: A standalone terminal tool. Use it when you don't want to install an MCP server.

hugo/content/en/serverless/google_cloud_run/functions/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ further_reading:
1717

1818
## Set up with agentic onboarding
1919

20+
{{< site-region region="gov,gov2" >}}
21+
<div class="alert alert-danger">This feature is not supported for your selected <a href="/getting_started/site">Datadog site</a> ({{< region-param key="dd_site_name" >}}).</div>
22+
{{< /site-region >}}
23+
2024
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:
2125

2226
- **AI Setup CLI**: A standalone terminal tool. Use it when you don't want to install an MCP server.

0 commit comments

Comments
 (0)