docs: [Logs and Metrics Enable Flags 18] Update options guidance - #5961
Open
adinauer wants to merge 2 commits into
Open
docs: [Logs and Metrics Enable Flags 18] Update options guidance#5961adinauer wants to merge 2 commits into
adinauer wants to merge 2 commits into
Conversation
Document always-available deliberate APIs, source-local automatic Logs opt-ins, and warning-only handling of obsolete aggregate settings. Co-Authored-By: Claude <noreply@anthropic.com>
This was referenced Aug 13, 2026
📲 Install BuildsAndroid
|
8 tasks
8 tasks
adinauer
marked this pull request as ready for review
August 13, 2026 13:41
adinauer
requested review from
0xadam-brown,
markushi,
romtsn and
runningcode
as code owners
August 13, 2026 13:41
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.
PR Stack (Logs and Metrics Enable Flags)
📜 Description
Updates the repository's options guidance to match the Logs and Metrics configuration model introduced by this stack.
The rule now distinguishes deliberate API capture from automatic integrations, documents every integration-local Logs opt-in, and prevents future changes from restoring obsolete aggregate enable flags.
💡 Motivation and Context
The previous guidance instructed maintainers and coding agents to add and check aggregate
enabledfields, bindsentry.logs.enabled, and apply Android aggregate metadata. Those instructions no longer compile or match the intended architecture after removal of the Logs and Metrics enable flags.💚 How did you test it?
./gradlew spotlessApply apiDump📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps
Publish the user-facing Java and Android migration guide tracked separately for this stack.
#skip-changelog