From 74a0c759c85a8586aef4520ba3eb1c8fde1cb3a5 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:53:39 +0100 Subject: [PATCH] fix(telemetry): trim the Read This First panel to ten rows The debug-log notice on Log-Derived Insights was two grid rows taller than its content needs, pushing the first data row further down than necessary. Rendered the panel to confirm the markdown still fits with no clipping. It is the first panel in the dashboard, so no other panel's stored y needed to change - Grafana's vertical compaction closes the gap. --- docker/telemetry/grafana/dashboards/log-derived-insights.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/telemetry/grafana/dashboards/log-derived-insights.json b/docker/telemetry/grafana/dashboards/log-derived-insights.json index 3f456281ce..dc2d967c1d 100644 --- a/docker/telemetry/grafana/dashboards/log-derived-insights.json +++ b/docker/telemetry/grafana/dashboards/log-derived-insights.json @@ -220,7 +220,7 @@ "type": "text", "title": "Read This First — Debug Log Requirement", "gridPos": { - "h": 12, + "h": 10, "w": 24, "x": 0, "y": 0