docs(merge-queue): describe the Statistics page as it ships - #12232
Merged
Conversation
Member
Author
|
This pull request is part of a Mergify stack:
|
Contributor
Merge Protections🟢 All 7 merge protections satisfied — ready to merge. Show 7 satisfied protections🟢 ⛓️ Depends-On RequirementsRequirement based on the presence of
🟢 🤖 Continuous Integration
🟢 👀 Review Requirements
🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 Reviews
🟢 📕 PR description
🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
"Monitoring your Merge Queue" listed six freeform metrics that no longer line up with the dashboard. The Statistics page groups its widgets into Queue Health, Throughput and Performance under a row of headline figures, and gained two things this quarter the page never mentioned: the Time Breakdown widget's Avg/P95/Max selector, and the Batches Saved chart. Rewrite the section to follow the page: every widget by its real name, what it tells you, and the reference-line semantics for Max Queue Size (max batch size times max_parallel_checks) and Average Batch Size (the largest configured batch_size). The Time Breakdown entry explains the selector and why the center total only appears for the average: p95 and max of the components are not additive. Also correct the retention claim while it moves. The "Past 3 months" preset spans roughly 91 to 92 days against 90 days of queue-event retention, so its oldest day or two come back empty; the page promised that every preset returned complete data. MRGFY-8213 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Change-Id: Ifebfad2ca0cf287237bc55cc421b3c0cf4c0defe
jd
force-pushed
the
devs/jd/jd/mrgfy-8213-product-change-watcher-docs-follow-the-product/document-batches-saved-queue-metric--4d81d0e0
branch
from
July 27, 2026 14:30
f30ab27 to
eae3547
Compare
jd
force-pushed
the
devs/jd/jd/mrgfy-8213-product-change-watcher-docs-follow-the-product/describe-stats-page-ships--febfad2c
branch
from
July 27, 2026 14:30
2be431d to
538c94a
Compare
Member
Author
Revision history
|
jd
marked this pull request as ready for review
July 28, 2026 08:17
mergify
Bot
force-pushed
the
devs/jd/jd/mrgfy-8213-product-change-watcher-docs-follow-the-product/document-batches-saved-queue-metric--4d81d0e0
branch
from
July 28, 2026 08:26
eae3547 to
67c125e
Compare
Base automatically changed from
devs/jd/jd/mrgfy-8213-product-change-watcher-docs-follow-the-product/document-batches-saved-queue-metric--4d81d0e0
to
main
July 28, 2026 09:19
mergify
Bot
force-pushed
the
devs/jd/jd/mrgfy-8213-product-change-watcher-docs-follow-the-product/describe-stats-page-ships--febfad2c
branch
from
July 28, 2026 09:19
538c94a to
539b1fb
Compare
kozlek
approved these changes
Jul 28, 2026
JulianMaurin
approved these changes
Jul 28, 2026
Contributor
Merge Queue Status
This pull request spent 3 minutes 24 seconds in the queue, including 2 minutes 22 seconds running CI. Required conditions to merge
|
55 tasks
mergify
Bot
deleted the
devs/jd/jd/mrgfy-8213-product-change-watcher-docs-follow-the-product/describe-stats-page-ships--febfad2c
branch
July 28, 2026 10:12
55 tasks
mergify Bot
pushed a commit
that referenced
this pull request
Jul 28, 2026
…12233) A queued pull request held back by a Depends-On can sit behind a lower-priority one with nothing on the page explaining why. The merge queue now answers that: a dependency icon in the list, a "Depends On" section in the side panel linking to each pull request it waits for, and `depends_on_pull_requests` on the merge queue status API. The scope is narrower than it first looks, so the page says so. The engine computes that list from the stack-predecessor walk, which engages only when the pull request is genuinely stacked and declares a same-repository `Depends-On:`. A cross-repository dependency still blocks the merge but is never displayed. MRGFY-8213 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Depends-On: #12232
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.
"Monitoring your Merge Queue" listed six freeform metrics that no longer line up
with the dashboard. The Statistics page groups its widgets into Queue Health,
Throughput and Performance under a row of headline figures, and gained two
things this quarter the page never mentioned: the Time Breakdown widget's
Avg/P95/Max selector, and the Batches Saved chart.
Rewrite the section to follow the page: every widget by its real name, what it
tells you, and the reference-line semantics for Max Queue Size (max batch size
times max_parallel_checks) and Average Batch Size (the largest configured
batch_size). The Time Breakdown entry explains the selector and why the center
total only appears for the average: p95 and max of the components are not
additive.
Also correct the retention claim while it moves. The "Past 3 months" preset
spans roughly 91 to 92 days against 90 days of queue-event retention, so its
oldest day or two come back empty; the page promised that every preset returned
complete data.
MRGFY-8213
Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com
Depends-On: #12231