AmandeepSingh285 commented on code in PR #3673:
URL: https://github.com/apache/celeborn/pull/3673#discussion_r3214776297
##########
assets/grafana/celeborn-dashboard.json:
##########
@@ -4063,6 +4063,98 @@
],
"title": "metrics_PartitionFileSizeBytes_Max",
"type": "timeseries"
+ },
+ {
+ "datasource": {
+ "type": "prometheus",
+ "uid": "${DS_PROMETHEUS}"
+ },
+ "description": "Cumulative count of metadata DB (RocksDB) operations
performed by the worker, broken down by operation (read|write) and status
(success|fail).",
+ "fieldConfig": {
+ "defaults": {
+ "color": {
+ "mode": "palette-classic"
+ },
+ "custom": {
+ "axisCenteredZero": false,
+ "axisColorMode": "text",
+ "axisLabel": "",
+ "axisPlacement": "auto",
+ "barAlignment": 0,
+ "drawStyle": "line",
+ "fillOpacity": 0,
+ "gradientMode": "none",
+ "hideFrom": {
+ "legend": false,
+ "tooltip": false,
+ "viz": false
+ },
+ "lineInterpolation": "linear",
+ "lineWidth": 1,
+ "pointSize": 5,
+ "scaleDistribution": {
+ "type": "linear"
+ },
+ "showPoints": "auto",
+ "spanNulls": false,
+ "stacking": {
+ "group": "A",
+ "mode": "none"
+ },
+ "thresholdsStyle": {
+ "mode": "off"
+ }
+ },
+ "mappings": [],
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "green"
+ },
+ {
Review Comment:
Done
##########
assets/grafana/celeborn-dashboard.json:
##########
@@ -17851,4 +17943,4 @@
"uid": "U_qgru_7z",
"version": 1,
"weekStart": ""
-}
\ No newline at end of file
+}
Review Comment:
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]