From 3c519cd9f15b5e06c4cde3c512ee74098fbc1c9d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:12:49 +0000 Subject: [PATCH 1/2] Initial plan From ea8f6f5c5e473ff429361458de3ffe7f8efb4cbf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:16:17 +0000 Subject: [PATCH 2/2] fix(monitoring): update Node Exporter Full dashboard to revision 41 Dashboard 1860 revision 37 uses the deprecated grafana-piechart-panel plugin which is incompatible with Grafana 11.4.0, causing the "An error occurred with the plugin" error. Revisions 38+ use the built-in piechart panel type that ships with Grafana core since v7.2. Co-authored-by: philbudden <13167147+philbudden@users.noreply.github.com> --- infrastructure/monitoring/grafana-helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/monitoring/grafana-helmrelease.yaml b/infrastructure/monitoring/grafana-helmrelease.yaml index 7325ed7..9ac0d11 100644 --- a/infrastructure/monitoring/grafana-helmrelease.yaml +++ b/infrastructure/monitoring/grafana-helmrelease.yaml @@ -117,7 +117,7 @@ spec: # Node Exporter Full dashboard node-exporter: gnetId: 1860 - revision: 37 + revision: 41 datasource: Prometheus # Extra ConfigMap mounts for custom dashboards