Skip to content

Commit 9d7c5e9

Browse files
[DOCS-14086] Add US2-FED (gov2) region to integration docs (DataDog#23604)
* Add US2-FED (gov2) region to integration site-region blocks Add gov2 to the comma-separated region lists in site-region shortcode blocks across 4 integration README files (amazon_app_mesh, ecs_fargate, flink, openai). US2-FED is a new Datadog GovCloud data center (IL5). Related: DataDog/documentation#36153 (DOCS-14086) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Revert ecs_fargate gov2 changes pending proper endpoint split The ecs_fargate README has gov-specific blocks with hardcoded ddog-gov.datadoghq.com intake hosts. Simply adding gov2 to the comma list shows US2-FED readers the wrong host. A proper fix requires dedicated gov2 blocks with us2.ddog-gov.com endpoints across multiple code snippets. Backing out for now to avoid shipping incorrect config to US2-FED users. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 96797a3 commit 9d7c5e9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

amazon_app_mesh/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Log collection is not supported for this site.
6767
partial -->
6868

6969
<!-- partial
70-
{{< site-region region="us,eu,gov" >}}
70+
{{< site-region region="us,eu,gov,gov2" >}}
7171

7272
To enable log collection, update the Agent's DaemonSet with the dedicated [Kubernetes log collection instructions][1].
7373

@@ -127,7 +127,7 @@ Log collection is not supported for this site.
127127
partial -->
128128

129129
<!-- partial
130-
{{< site-region region="us,eu,gov" >}}
130+
{{< site-region region="us,eu,gov,gov2" >}}
131131

132132
Enable log collection with the instructions in the [ECS Fargate integration documentation][1].
133133

@@ -178,7 +178,7 @@ Log collection is not supported for this site.
178178
partial -->
179179

180180
<!-- partial
181-
{{< site-region region="us,eu,gov" >}}
181+
{{< site-region region="us,eu,gov,gov2" >}}
182182

183183
Enable log collection with the instructions in the [ECS integration documentation][1].
184184

flink/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ No additional installation is needed on your server.
1919
#### Metric collection
2020

2121
<!-- partial
22-
{{< site-region region="gov" >}}
22+
{{< site-region region="gov,gov2" >}}
2323
1. Configure the [StatsD reporter][14] in Flink.
2424
In your `<FLINK_HOME>/conf/flink-conf.yaml`, add these lines:
2525
```yaml

openai/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ This will display detailed information about any errors or issues with tracing.
211211
**Notes**:
212212

213213
<!-- partial
214-
{{% site-region region="us3,us5,eu,gov,ap1" %}}
214+
{{% site-region region="us3,us5,eu,gov,gov2,ap1" %}}
215215
- Non-US1 customers must set `DD_SITE` on the application command to the correct Datadog site parameter as specified in the table in the <a href="https://docs.datadoghq.com/getting_started/site/#access-the-datadog-site">Datadog Site</a> page (for example, `datadoghq.eu` for EU1 customers).{{% /site-region %}}
216216
partial -->
217217

@@ -453,7 +453,7 @@ Validate that the APM Node.js library can communicate with your Agent by examini
453453
**Notes**:
454454

455455
<!-- partial
456-
{{% site-region region="us3,us5,eu,gov,ap1" %}}
456+
{{% site-region region="us3,us5,eu,gov,gov2,ap1" %}}
457457
- Non-US1 customers must set `DD_SITE` on the application command to the correct Datadog site parameter as specified in the table in the <a href="https://docs.datadoghq.com/getting_started/site/#access-the-datadog-site">Datadog Site</a> page (for example, `datadoghq.eu` for EU1 customers).{{% /site-region %}}
458458
partial -->
459459

0 commit comments

Comments
 (0)