[DOCS-14086] Add US2-FED (gov2) region to integration docs#23604
[DOCS-14086] Add US2-FED (gov2) region to integration docs#23604hestonhoffman wants to merge 1 commit intomasterfrom
Conversation
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>
|
This PR does not modify any files shipped with the agent. To help streamline the release process, please consider adding the |
Validation ReportAll 20 validations passed. Show details
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: abb91387a2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| partial --> | ||
| <!-- partial | ||
| {{< site-region region="gov" >}} | ||
| {{< site-region region="gov,gov2" >}} |
There was a problem hiding this comment.
Use the US2-FED log intake host for gov2
When the site selector is US2-FED, adding gov2 to this gov block renders the FireLens example with the hard-coded US1-FED intake host (http-intake.logs.ddog-gov.datadoghq.com) instead of the US2-FED logs intake host (http-intake.logs.us2.ddog-gov.com). That sends ECS Fargate users selecting US2-FED to the wrong site; the same gov,gov2 pattern is repeated in the secret-based and CloudFormation FireLens snippets, so gov2 needs its own endpoint-specific block or a region-derived host.
Useful? React with 👍 / 👎.
Summary
gov2(US2-FED) to site-region shortcode blocks in 4 integration README files:amazon_app_mesh,ecs_fargate,flink,openaiContext
US2-FED is a new Datadog GovCloud data center (IL5). The documentation repo PR (DataDog/documentation#36153) adds the new region across all site config and content. These integration READMEs are vendored into the docs repo and can only be updated from their upstream source.
Test plan
🤖 Generated with Claude Code