[WIP] Sunset DI log probes and prepare Live Debugger docs for GA#37791
Draft
sstonehill12 wants to merge 9 commits into
Draft
[WIP] Sunset DI log probes and prepare Live Debugger docs for GA#37791sstonehill12 wants to merge 9 commits into
sstonehill12 wants to merge 9 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
This comment has been minimized.
This comment has been minimized.
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>
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.