docs(merge-queue): document metrics drill-down PR list#555
docs(merge-queue): document metrics drill-down PR list#555samgutentag wants to merge 5 commits intomainfrom
Conversation
Adds a section to the Metrics and Monitoring page describing how to click into a chart data point to view the individual PRs that make up that metric, with filter options for date range, conclusion, and impacted targets. Source: trunk2 PR #3539 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
✨ Submitted to Merge by Sam Gutentag (a GitHub user). It will be added to the merge queue once all branch protection rules pass and there are no merge conflicts with the target branch. See more details here. |
|
Claude finished @samgutentag's task in 1m 12s —— View job PR Review
SummaryThe PR adds a Blocking: Duplicate section Recommended fix: Move the new Minor: Capitalization + wording (line 151)
See inline comment at line 151 for a suggested replacement. |
|
Triage status (2026-05-05): up to date with main. Needs review before merge. |
|
Claude finished @samgutentag's task in 1m 25s —— View job PR Review
SummaryThe diff to Blocking — duplicate section (line 150) Non-blocking — capitalization + wording (line 152)
Non-blocking — em-dash consistency (lines 160–162) Net: content is accurate and the filter info is the right addition — the structural duplication is the one thing that should block merge. |
|
Verification status (2026-05-07): Verified: customers can use this. Ready to publish.
Branch is up to date with main. Note: original draft documented filter controls that do not exist in the implementation; corrected in |
The original PR added a "### Drill into a metrics data point" section that mostly duplicated the existing "### Drill down into metrics" section above and described filter UI that does not exist. Verified against trunk2: merge-metrics-pr-list.tsx (381 lines) has no filter widgets. The conclusion and impactedTargets URL params are set by the drill-down click flow on the Health charts, not by user-editable controls on the PR list page. Replaced the duplicate section with a sentence on the actual page features: Back to Health navigation (lines 324, 358) and the 2,500-row truncation behavior (constants: MAX_ITEMS = 2_500, FETCH_PAGE_SIZE = 250). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Summary
Source
Test plan