From b5ffe93a0bd87b6759849797c35a2c287dc18143 Mon Sep 17 00:00:00 2001 From: rldyourmnd Date: Thu, 27 Aug 2026 20:39:02 +0500 Subject: [PATCH] fix(dashboards): preserve reboot maintenance state --- config/observability-dashboards.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/observability-dashboards.yaml b/config/observability-dashboards.yaml index 78dd59e..1874147 100644 --- a/config/observability-dashboards.yaml +++ b/config/observability-dashboards.yaml @@ -111,7 +111,7 @@ dashboards: - id: maintenance_pending title: Updates and reboot state kind: timeseries - query: max by (host_name) (gha_fleet_host_standard_updates_available or gha_fleet_host_reboot_required) + query: max by (host_name) (gha_fleet_host_standard_updates_available) + on (host_name) max by (host_name) (gha_fleet_host_reboot_required) unit: count description: Standard package updates or a pending maintenance reboot reported by each host. - id: running_kernel