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 ffc498084 [CELEBORN-1627][FOLLOWUP] Fix typo for
metrics_SlotsAllocated_increas_1h
ffc498084 is described below
commit ffc49808474d76dcb0f3e0703810053b2a5532e6
Author: Wang, Fei <[email protected]>
AuthorDate: Mon Oct 21 11:33:54 2024 +0800
[CELEBORN-1627][FOLLOWUP] Fix typo for metrics_SlotsAllocated_increas_1h
### What changes were proposed in this pull request?
Fix typo in prometheus expr.
### Why are the changes needed?
Fix typo.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
<img width="1220" alt="image"
src="https://github.com/user-attachments/assets/0b8649b6-163a-4868-9eb4-31a25a225d0e">
Closes #2825 from turboFei/fix_typo.
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 6c871068c..30306d40d 100644
--- a/assets/grafana/celeborn-dashboard.json
+++ b/assets/grafana/celeborn-dashboard.json
@@ -1563,7 +1563,7 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
- "expr":
"increase(metrics_SlotsAllocated_Count[1h]){instance=~\"${instance}\"}",
+ "expr":
"increase(metrics_SlotsAllocated_Count{instance=~\"${instance}\"}[1h])",
"legendFormat": "${baseLegend}",
"refId": "A"
}