Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/observability-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down