Skip to content

[pull] master from DataDog:master#947

Merged
pull[bot] merged 16 commits into
DevKyleS:masterfrom
DataDog:master
Jun 22, 2026
Merged

[pull] master from DataDog:master#947
pull[bot] merged 16 commits into
DevKyleS:masterfrom
DataDog:master

Conversation

@pull

@pull pull Bot commented Jun 22, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

brkelley and others added 16 commits June 22, 2026 09:58
…#37570)

* Updated DO monitor docs to support manual triggers

* removed settings and updated wording

* Update content/en/monitors/types/data_observability.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* updated docs with more information to help users understand the limitations of this feature

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Add GitLab setup instructions in tabs

* Mention GitLab on Bits Code overview page

* Add Supported source code platforms section

* Fix GitLab Dedicated classification and wording

* Link Setup page to supported platforms section

* Add GitLab Dedicated to supported platforms

* Link Developer role and group to GitLab docs

* Link only group, not article, in GitLab tab

* Reword token scopes and link to GitLab docs

* Generalize PR collaboration section to source code providers

* Fix broken [14] reference: define on Setup, drop from overview

* Reword GitLab step and link service account

* Repoint Datadog link to [6], drop duplicate [14]

* Define [14] reference for Datadog link on Setup

* Use 'providers' instead of 'platforms' for SCM consistency

* Restore [14]->[6] link consolidation on Setup

* Use pull/merge request terminology for GitLab

* Use consistent PRs/MRs plural in pull/merge terminology

* Scope PR troubleshooting entry to GitHub

* Lil tweaks

Co-authored-by: Cara Reaume <35357020+clreaume@users.noreply.github.com>

* Adding merge request language to Automations

* Clarifying supported plans

* Incorporating feedback from Bryce!

* Just fixing one stray header with a slash

* Apply another round of suggestions from code review

Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com>
Co-authored-by: Cara Reaume <35357020+clreaume@users.noreply.github.com>

---------

Co-authored-by: datadog-bits <no-reply@dtdg.co>
Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com>
#37607)

* Add Enterprise plan requirement note to Dynamic by Metric tab

* Link CCM Enterprise plan to pricing page
* Update headings in generate_metrics.md

* Apply suggestion from @janine-c

Co-authored-by: Janine Chan <64388808+janine-c@users.noreply.github.com>

---------

Co-authored-by: Janine Chan <64388808+janine-c@users.noreply.github.com>
… Further Reading link tag in the Strategies for Reducing Log Volume page. (#37585)

Co-authored-by: docs-agent <docs-agent@noreply.github.com>
…' in the data_streams/metrics_and_tags page. (#37584)

Co-authored-by: docs-agent <docs-agent@noreply.github.com>
…age (#37431)

* added callout for mnp customers on volume page

* Apply suggestions from code review

Co-authored-by: Olivia Shoup <116908616+OliviaShoup@users.noreply.github.com>

---------

Co-authored-by: Olivia Shoup <116908616+OliviaShoup@users.noreply.github.com>
…ng setup (#37614)

* Clarify assumed-role ARN requirement in WIF identity and intake mapping setup

Adds warning callouts to both the identity mapping and intake mapping UI
sections explaining that Datadog requires the assumed-role ARN (STS format)
rather than the IAM role ARN shown in the AWS Console. Updates the Source
Pattern example to show the full arn:aws:sts:: format. Adds guidance on
using aws sts get-caller-identity to find the correct ARN value.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Update workload_identity_federation.md

* Scope WIF warning callout to opening sentence, add aws sts tip for parity

Move the ARN format list and aws sts get-caller-identity tip outside the
alert div so only the opening sentence carries the warning style. Add the
tip to the identity mappings warning to match the intake mappings warning.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* Update Widget Share URLs docs

* Restore Datadog Clipboard distinction in Widget Share URLs note

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* Incorporate rtrieu and chatgpt-codex-connector's feedback

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Add Node.js MCP client auto-instrumentation docs

Document the dd-trace-js MCP client integration (@modelcontextprotocol/sdk,
shipped in dd-trace 5.99.0):

- Add a Node.js tab to the MCP auto-instrumentation section in mcp_client.md
- Add MCP to the Node.js supported frameworks table in auto_instrumentation.md
- Add a Node.js tab to the MCP integration reference (package and integration
  names, traced client methods)

Covers client-side tracing only; server-side support is not yet available.

* Chores: fix whitespace

* Update Node MCP link in auto_instrumentation.md

* Fix Node.js MCP run command and link to SDK setup guide

- Correct the Node.js run command to invoke node explicitly
  (NODE_OPTIONS="--import dd-trace/initialize.mjs" node <YOUR_APP_ENTRYPOINT>)
  in both the auto-instrumentation and manual sections, for parity with the
  existing Agent Observability instrumentation guides
- Add a link to the Agent Observability SDK setup guide at the end of each
  auto-instrumentation tab for additional configuration options

* chore: use reference-style links for MCP setup guide

Match the reference-link convention used elsewhere in the docs by defining the
setup guide links per-tab instead of inline.

---------

Co-authored-by: Janine Chan <janine.chan@datadoghq.com>
)

* [FFL-2449] Add server-side flag evaluation metrics setup guide

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* [FFL-2449] Update existing feature flag pages to reference evaluation metrics guide

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* [FFL-2449] Add Feature Flag Graphs concepts page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* [FFL-2449] Mark feature_flag.evaluations metric as experimental in server SDK pages

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* [FFL-2449] Fix Vale warnings in new content

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* clean up flag_graphs page

* [FFL-2449] Add flag graphs screenshots

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* clean up server eval setup page

* clean up server feature flags

* clean up server feature flags pt2

* clean up SDK pages: remove DD_METRICS_OTEL_ENABLED, add further_reading links

Remove DD_METRICS_OTEL_ENABLED from all server SDK pages and replace with
comments pointing to the setup guide, matching the _index.md pattern. Add
further_reading links to server_flag_evaluation_metrics and flag_graphs on
all SDK pages.

Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>

* replace dark mode screenshots with light mode versions

Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>

* add new Graphs page to side nav menu

* [FFL-2449] Incorporate sameerank and joepeeples's feedback

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* [FFL-2449] Update flag list screenshot

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* [FFL-2449] Note Python tracer defaults to gRPC for OTLP

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Joe Peeples <joe.peeples@datadoghq.com>
Co-authored-by: Sameeran Kunche <sameeran.kunche@datadoghq.com>
Update page title, navigation, and references for the feature rename. Adds an alias from the old URL so existing links keep working.
* Batch of updates from UI review

* Apply Jeff's suggestion
@pull pull Bot locked and limited conversation to collaborators Jun 22, 2026
@pull pull Bot added the ⤵️ pull label Jun 22, 2026
@pull pull Bot merged commit 0ff8d88 into DevKyleS:master Jun 22, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.