fix(skills): minimize Copilot telemetry intrinsic content - #2848
Merged
Bill Berry (WilliamBerryiii) merged 2 commits intoSep 9, 2026
Conversation
🔒 - Generated by Copilot
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2848 +/- ##
==========================================
- Coverage 83.00% 82.98% -0.02%
==========================================
Files 185 173 -12
Lines 34924 34456 -468
Branches 228 0 -228
==========================================
- Hits 28989 28594 -395
- Misses 5861 5862 +1
+ Partials 74 0 -74
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Contributor
Eval Execution✅ Status: Passed
No changed AI artifacts required evaluation. |
Jamie Kim (jkim323)
approved these changes
Sep 8, 2026
Alain Uyidi (auyidi1)
approved these changes
Sep 9, 2026
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.
Description
Applied intrinsic-content minimization to the local, Azure fleet, and
agent-host relay OpenTelemetry Collector configurations.
[redacted]while preserving theinvoke_agent.*span-name family andmetric names required by shipped consumers.
and added semantic regression tests for missing or consumer-breaking scrub
rules.
verification guidance to reflect behavior confirmed through OTLP/HTTP.
Related Issue(s)
Fixes #2845
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
hve-builderand addressed all actionable findings.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md).github/hooks/*/*.json)evals/)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
User Request:
Execution Flow:
Output Artifacts:
Success Indicators:
For detailed contribution requirements, see:
Testing
uv run --frozen pytest -m "not slow" -q.uv run --frozen pytest -m slow tests/test_collector_carriers.py -q.npm run validate:docs, including ESLint, type checking, 84 Jesttests, and 11 Mermaid tests.
npm run spell-checkacross 796 files.Markdown files and 2,735 checked links.
npm run validate:localcompleted all preceding lanes but failed in itsrepository-wide link lane on 17 unchanged files.
npm run lint:md-linksremained non-blocking for this branch because thefailures were outside the nine-file diff; its changed-file mode passed.
Checklist
Required Checks
AI Artifact Contributions
hve-builderreview mode to review contributionhve-builderreviewRequired Local Checks
The following local-safe validation commands must pass before merging:
npm run validate:localnpm run validate:docsnpm run spell-checknpm run lint:md-linksSecurity Considerations
Additional Notes
Runtime confirmation covered the pinned OTLP/HTTP path. OTLP/gRPC and deployed
Azure behavior remained explicitly unverified.
The full-repository link lane reported failures in 17 unchanged files. The
branch-scoped run passed with zero broken links, so those failures were not
caused by this PR.