From 8efaedd0371e5f3f9679cc31a412c902aeb6d4e6 Mon Sep 17 00:00:00 2001 From: Cooper Tseng Date: Wed, 25 Dec 2024 10:28:24 +0800 Subject: [PATCH] Fix incorrect unit in cpu usage dashboard Signed-off-by: Cooper Tseng --- pkg/config/templates/rancherd-12-monitoring-dashboard.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/config/templates/rancherd-12-monitoring-dashboard.yaml b/pkg/config/templates/rancherd-12-monitoring-dashboard.yaml index e68d0c3b0..578d6874d 100644 --- a/pkg/config/templates/rancherd-12-monitoring-dashboard.yaml +++ b/pkg/config/templates/rancherd-12-monitoring-dashboard.yaml @@ -124,7 +124,7 @@ resources: "yaxes": [ { "$$hashKey": "object:370", - "format": "percentunit", + "format": "percent", "label": null, "logBase": 1, "max": null, @@ -875,7 +875,7 @@ resources: } ] }, - "unit": "percentunit" + "unit": "percent" }, "overrides": [] },