diff --git a/content/en/metrics/summary.md b/content/en/metrics/summary.md
index dba747fdb23..7d1ccd50d66 100644
--- a/content/en/metrics/summary.md
+++ b/content/en/metrics/summary.md
@@ -129,7 +129,11 @@ The metric description helps you understand what a metric represents, why it exi
#### AI-generated description
-For custom metrics with connected source code, Datadog can automatically create AI-generated descriptions to provide additional context. These descriptions are fully editable, and human edits always take precedence.
+{{< site-region region="gov" >}}
+
AI-generated metric descriptions are not available for your selected Datadog site ({{< region-param key="dd_site_name" >}}).
+{{< /site-region >}}
+
+For custom metrics with connected source code, Datadog can automatically create AI-generated descriptions to provide additional context. These descriptions are fully editable, and human edits always take precedence.
To enable auto-generated descriptions from source code, ensure that you've installed Datadog's [GitHub][36], [GitLab][37], or [Azure DevOps][38] integration and that all your [repositories][39] are connected.
@@ -138,6 +142,10 @@ To enable auto-generated descriptions from source code, ensure that you've insta
## Source Code
+{{< site-region region="gov" >}}
+Metric Source Code is not available for your selected Datadog site ({{< region-param key="dd_site_name" >}}).
+{{< /site-region >}}
+
The Source Code section in the metric side panel provides a centralized view of every custom metric and its underlying context.
Use the Source Code section in the metric side panel to identify a metric's source code, understand how it is generated, and determine ownership. It provides visibility into context and ownership, helping you troubleshoot and optimize faster by linking directly to the metric's source file, commit history, and blame data.