From 7fbeea66fd3590deeebd5362968565449fd9cb20 Mon Sep 17 00:00:00 2001 From: "Wang, Fei" Date: Thu, 12 Jun 2025 23:34:59 -0700 Subject: [PATCH] [KYUUBI #7072][FOLLOWUP] Fix engine startup permit grafana pannel unit ### Why are the changes needed? Followup for https://github.com/apache/kyuubi/pull/7072 The metrics unit should not be `ms`. ### How was this patch tested? image ### Was this patch authored or co-authored using generative AI tooling? No. Closes #7091 from turboFei/7072_followup. Closes #7072 d7c4fe4f9 [Wang, Fei] fix unit Authored-by: Wang, Fei Signed-off-by: Wang, Fei --- grafana/dashboard-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana/dashboard-template.json b/grafana/dashboard-template.json index 3c3c598d2..fe31e2c98 100644 --- a/grafana/dashboard-template.json +++ b/grafana/dashboard-template.json @@ -813,7 +813,7 @@ } ] }, - "unit": "ms" + "unit": "none" }, "overrides": [] },