[WIP] Sunset DI log probes and prepare Live Debugger docs for GA#37791
Draft
sstonehill12 wants to merge 13 commits into
Draft
[WIP] Sunset DI log probes and prepare Live Debugger docs for GA#37791sstonehill12 wants to merge 13 commits into
sstonehill12 wants to merge 13 commits into
Conversation
- Remove Limited Availability callouts from the Ruby, PHP, and Go Dynamic Instrumentation setup pages - Replace the in-app vs. environment variable setup table with Automatic, Enabled, and Disabled enablement modes - Add minimum tracer versions and note that older tracers may require environment variable enablement - Update Live Debugger permissions to Live Debugger Read, Live Debugger Write, and Live Debugger Redaction Write - Document mode-based and identifier-based sensitive data redaction - Remove outdated screenshots and demo videos from the Live Debugger page
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Rewrite the Enable Dynamic Instrumentation section on the main DI page around three enablement modes (Automatic, Enabled, Disabled), list minimum tracer versions that support in-app enablement, and call out manual enablement as required for PHP and older tracers, or as an alternative for env-var-based bulk management. Add an intro to the enabling subpage that points users back to the main DI page for in-app enablement before they follow the per-language manual instructions. Add a callout noting that DI and Live Debugger share enablement state per service and environment. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Contributor
|
Contributor
|
Added card for editorial review from Docs team. |
Replace the three-mode (Automatic/Enabled/Disabled) framing copied from Live Debugger with the actual DI Settings page behavior: a binary Enable/Disable action per service and environment, plus automatic enablement attempted on first instrumentation creation when all prerequisites are met. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace the card grid that linked back to DI enabling subpages with a tabbed manual-enablement section directly on the Live Debugger page. Tabs cover Java, Python, .NET, Node.js, PHP, Ruby, and Go, each with prereqs, env-var setup, and a next-step link. Add a callout explaining that DI and Live Debugger share the underlying enablement state and the DD_DYNAMIC_INSTRUMENTATION_ENABLED environment variable. Reorder the minimum tracer versions list to match the tab order. Remove the "Why DI instructions?" callout — Live Debugger setup is now self-contained. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Create a new Enable Live Debugger sub-page at /tracing/live_debugger/enabling/ that mirrors the Dynamic Instrumentation enabling sub-page structure but uses tabs in place of language cards. The sub-page covers manual env-var enablement for Java, Python, .NET, Node.js, PHP, Ruby, and Go, and points users back to the main Live Debugger page for in-app enablement details. On the main Live Debugger page, replace the tabbed Manual enablement section with short pointers to the new sub-page. Add a one-line reference to the Bits Live Debugger setup page in the same section, and mirror that reference on the new sub-page. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Move Minimum tracer versions above Enabling Live Debugger. - Rename Enablement modes to Enabling Live Debugger and reorganize the section to lead with per-language enablement behavior (Java/Python/ .NET/Node.js auto-enable, Ruby/PHP tracer-level manual, Go Agent-level manual then in-app or env var). - Nest Enablement modes and Manual enablement as H4 subsections under Enabling Live Debugger. - Move the Bits Live Debugger pointer into an alert callout directly under the Enabling Live Debugger heading. - Add a Preview beta-callout to the Bits Live Debugger section, matching the treatment on the Bits Live Debugger sub-page. - Rename the manual enablement sub-page H1 to "Enabling Live Debugger". Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The Go DI enabling page covered three Agent-level configuration methods (system-probe.yaml, env var, Helm). Restore all three on the Live Debugger enabling sub-page, formatted as a list rather than nested tabs since nested tabs aren't a pattern used elsewhere in the docs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Fixes DOCS-XXXXX
Consolidates and extends the changes from #37664 (Live Debugger GA prep) and #37757 (DI log probe sunset), then restructures the Dynamic Instrumentation enablement docs to lead with in-app enablement.
Includes:
source:dd_debuggerreference on the Live Debugger page to say "All Live Debugger logs" (was "Dynamic Instrumentation logs").Merge instructions
Merge readiness:
Additional notes
private: true(set in [WIP] Remove log probes from DI docs; redirect to Live Debugger #37757). Equivalent manual-enable instructions for those languages will move to tabs on the Live Debugger page in a follow-up edit to this branch.