You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ne...@apache.org on 2023/02/13 01:06:34 UTC

[iotdb] branch rel/1.0 updated: [ Metrics ] The repair leader distribution panel (#9026)

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

neuyilan pushed a commit to branch rel/1.0
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/1.0 by this push:
     new 843cfef52f [ Metrics ] The repair leader distribution panel (#9026)
843cfef52f is described below

commit 843cfef52f9ec1631f8539548d6435616ee4fccc
Author: 23931017wu <71...@users.noreply.github.com>
AuthorDate: Mon Feb 13 09:06:28 2023 +0800

    [ Metrics ] The repair leader distribution panel (#9026)
---
 .../Monitor-Alert/Apache-IoTDB-ConfigNode-Dashboard.json          | 8 ++++----
 docs/UserGuide/Monitor-Alert/Apache-IoTDB-DataNode-Dashboard.json | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/UserGuide/Monitor-Alert/Apache-IoTDB-ConfigNode-Dashboard.json b/docs/UserGuide/Monitor-Alert/Apache-IoTDB-ConfigNode-Dashboard.json
index 85c39e6ac2..61847dcde7 100644
--- a/docs/UserGuide/Monitor-Alert/Apache-IoTDB-ConfigNode-Dashboard.json
+++ b/docs/UserGuide/Monitor-Alert/Apache-IoTDB-ConfigNode-Dashboard.json
@@ -487,7 +487,7 @@
           "interval": "",
           "legendFormat": "Total Region",
           "range": true,
-          "refId": "C"
+          "refId": "A"
         },
         {
           "datasource": {
@@ -501,7 +501,7 @@
           "interval": "",
           "legendFormat": "{{type}}",
           "range": true,
-          "refId": "D"
+          "refId": "B"
         }
       ],
       "title": "Region Number",
@@ -560,7 +560,7 @@
           },
           "editorMode": "code",
           "exemplar": true,
-          "expr": "max(cluster_node_leader_count{}) by (name) ",
+          "expr": "cluster_node_leader_count{instance=~\"$instance\"}",
           "interval": "",
           "legendFormat": "Total leaders on {{name}} ",
           "range": true,
@@ -1194,7 +1194,7 @@
           "hide": false,
           "legendFormat": "Process CPU Time",
           "range": true,
-          "refId": "B"
+          "refId": "A"
         }
       ],
       "title": "CPU Time Per Minute",
diff --git a/docs/UserGuide/Monitor-Alert/Apache-IoTDB-DataNode-Dashboard.json b/docs/UserGuide/Monitor-Alert/Apache-IoTDB-DataNode-Dashboard.json
index f481e8f979..d1538a6808 100644
--- a/docs/UserGuide/Monitor-Alert/Apache-IoTDB-DataNode-Dashboard.json
+++ b/docs/UserGuide/Monitor-Alert/Apache-IoTDB-DataNode-Dashboard.json
@@ -469,7 +469,7 @@
           "refId": "B"
         }
       ],
-      "title": "The Time Consumed Of Operation (50%)",
+      "title": "The Time Consumed of Operation (50%)",
       "type": "timeseries"
     },
     {
@@ -1492,7 +1492,7 @@
           "exemplar": true,
           "expr": "sum(rate(data_read_total{instance=~\"$instance\"}[1m]))*60 / sum(rate(data_written_total{instance=~\"$instance\"}[1m]))*60",
           "interval": "",
-          "legendFormat": "Write",
+          "legendFormat": "R/W Ratio",
           "range": true,
           "refId": "A"
         }