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

ethanfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 3b0abdee5 [CELEBORN-1491][FOLLOWUP] Using baseLegend for 
metrics_FlushWorkingQueueSize_Value
3b0abdee5 is described below

commit 3b0abdee5b3a2268f97ea8a3a20d537c076fb577
Author: Wang, Fei <[email protected]>
AuthorDate: Wed Aug 28 11:39:15 2024 +0800

    [CELEBORN-1491][FOLLOWUP] Using baseLegend for 
metrics_FlushWorkingQueueSize_Value
    
    ### What changes were proposed in this pull request?
    
    Followup for https://issues.apache.org/jira/browse/CELEBORN-1491, use 
baseLegend for the new introduced metrics.
    
    ### Why are the changes needed?
    
    As title.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Before:
    <img width="852" alt="image" 
src="https://github.com/user-attachments/assets/cf1cb852-9480-49ff-873c-62b535167fa3";>
    
    After:
    <img width="346" alt="image" 
src="https://github.com/user-attachments/assets/cbd6ec82-4531-4056-b8ee-96bde813f899";>
    
    <img width="849" alt="image" 
src="https://github.com/user-attachments/assets/a787be53-4646-48d2-a24e-da9b714b7fca";>
    
    Closes #2712 from turboFei/grafana_dashboard.
    
    Authored-by: Wang, Fei <[email protected]>
    Signed-off-by: mingji <[email protected]>
---
 assets/grafana/celeborn-dashboard.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/grafana/celeborn-dashboard.json 
b/assets/grafana/celeborn-dashboard.json
index 57c85bc76..d19e703b1 100644
--- a/assets/grafana/celeborn-dashboard.json
+++ b/assets/grafana/celeborn-dashboard.json
@@ -2550,7 +2550,7 @@
               "fullMetaSearch": false,
               "includeNullMetadata": true,
               "instant": false,
-              "legendFormat": "__auto",
+              "legendFormat": "${baseLegend}",
               "range": true,
               "refId": "A",
               "useBackend": false

Reply via email to