This is an automated email from the ASF dual-hosted git repository.

feiwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 7fbeea66fd [KYUUBI #7072][FOLLOWUP] Fix engine startup permit grafana 
pannel unit
7fbeea66fd is described below

commit 7fbeea66fd3590deeebd5362968565449fd9cb20
Author: Wang, Fei <[email protected]>
AuthorDate: Thu Jun 12 23:34:59 2025 -0700

    [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?
    
    <img width="569" alt="image" 
src="https://github.com/user-attachments/assets/df83b003-762d-4ee2-bbe1-c1af55ae9795";
 />
    
    ### 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 <[email protected]>
    Signed-off-by: Wang, Fei <[email protected]>
---
 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 3c3c598d25..fe31e2c98a 100644
--- a/grafana/dashboard-template.json
+++ b/grafana/dashboard-template.json
@@ -813,7 +813,7 @@
               }
             ]
           },
-          "unit": "ms"
+          "unit": "none"
         },
         "overrides": []
       },

Reply via email to