From 68f8dc8d2bd5c3c8f3bb1b4230a62261d68111e8 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 10 Apr 2026 03:36:11 +0000 Subject: [PATCH] docs(merge-queue): document interactive date range selection on health charts Users can now click and drag on any merge health chart to select a custom date range for focused inspection. Source: trunk2 PR #3489 Co-Authored-By: Claude Opus 4.6 --- merge-queue/administration/metrics.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/merge-queue/administration/metrics.md b/merge-queue/administration/metrics.md index 165f747d..3bff66a4 100644 --- a/merge-queue/administration/metrics.md +++ b/merge-queue/administration/metrics.md @@ -73,6 +73,12 @@ The date ranges selector at the top left of the dashboard allows you to filter t The metrics displayed only include data that have **completed within the time range**, jobs started but not completed during the selected time **will not be displayed**. +### Select a date range on a chart + +You can click and drag directly on any merge health chart to select a custom date range. Dragging across a span of bars highlights that window and zooms the view to show only data within the selected range. This lets you isolate a specific incident, deployment window, or performance regression for closer inspection. + +To clear a selection and return to the full time range, click anywhere outside the selected area on the chart. + {% hint style="info" %} When working across multiple time zones, enable **Time in UTC** to ensure everyone sees the same data. {% endhint %}