This is an automated email from the ASF dual-hosted git repository.
zhouky pushed a commit to branch branch-0.3
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/branch-0.3 by this push:
new ab9d76f90 [CELEBORN-1114][FOLLOWUP] Make SlotsAllocated metrics panel
to follow previous behavior
ab9d76f90 is described below
commit ab9d76f908ea09d4ae7fe6b5f6b16e5fb42e7c84
Author: onebox-li <[email protected]>
AuthorDate: Fri Nov 10 16:32:48 2023 +0800
[CELEBORN-1114][FOLLOWUP] Make SlotsAllocated metrics panel to follow
previous behavior
### What changes were proposed in this pull request?
As title.
### Why are the changes needed?
To avoid users being confused after upgrading.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manual test.
Closes #2087 from onebox-li/slots_allocated_metric_panel.
Authored-by: onebox-li <[email protected]>
Signed-off-by: zky.zhoukeyong <[email protected]>
(cherry picked from commit ae3bbc50f49f574912ff9594142b8b306a97285f)
Signed-off-by: zky.zhoukeyong <[email protected]>
---
assets/grafana/celeborn-dashboard.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/assets/grafana/celeborn-dashboard.json
b/assets/grafana/celeborn-dashboard.json
index 22fd1c19b..1c1e58def 100644
--- a/assets/grafana/celeborn-dashboard.json
+++ b/assets/grafana/celeborn-dashboard.json
@@ -1184,12 +1184,12 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
- "expr": "metrics_SlotsAllocated_Count",
+ "expr": "increase(metrics_SlotsAllocated_Count[1h])",
"legendFormat": "${baseLegend}",
"refId": "A"
}
],
- "title": "metrics_SlotsAllocated_Count",
+ "title": "metrics_SlotsAllocated_increase_1h",
"type": "timeseries"
},
{