From be8f987b39bce4aca140b1aa0db8ff83da96933b Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Fri, 14 Aug 2026 21:21:25 +0100 Subject: [PATCH] docs(telemetry): drop the phase number from a node-health row title The row was titled after the rollout phase its metrics came from, a number defined only in a planning folder outside the shipped tree. Grafana shows this title to operators, so it named something no reader could look up. --- docker/telemetry/grafana/dashboards/node-health.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/telemetry/grafana/dashboards/node-health.json b/docker/telemetry/grafana/dashboards/node-health.json index 00e04b9b84..c01f5b4301 100644 --- a/docker/telemetry/grafana/dashboards/node-health.json +++ b/docker/telemetry/grafana/dashboards/node-health.json @@ -441,7 +441,7 @@ "id": 8 }, { - "title": "--- Extended Metrics (Recovered from Phase 6) ---", + "title": "--- Extended Metrics ---", "type": "row", "gridPos": { "h": 1,