This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new bfe52c93 Repair monitoring tool documentation (#401)
bfe52c93 is described below
commit bfe52c936c84b106d80a4bba70e6aa6d3c622f3c
Author: W1y1r <[email protected]>
AuthorDate: Fri Nov 8 15:37:16 2024 +0800
Repair monitoring tool documentation (#401)
---
.../Deployment-and-Maintenance/Monitoring-panel-deployment.md | 7 +++----
.../Deployment-and-Maintenance/Monitoring-panel-deployment.md | 7 +++----
.../Deployment-and-Maintenance/Monitoring-panel-deployment.md | 7 +++----
.../Deployment-and-Maintenance/Monitoring-panel-deployment.md | 7 +++----
4 files changed, 12 insertions(+), 16 deletions(-)
diff --git
a/src/UserGuide/Master/Deployment-and-Maintenance/Monitoring-panel-deployment.md
b/src/UserGuide/Master/Deployment-and-Maintenance/Monitoring-panel-deployment.md
index 34461053..4e9a50a1 100644
---
a/src/UserGuide/Master/Deployment-and-Maintenance/Monitoring-panel-deployment.md
+++
b/src/UserGuide/Master/Deployment-and-Maintenance/Monitoring-panel-deployment.md
@@ -41,7 +41,6 @@ The IoTDB monitoring panel is one of the supporting tools for
the IoTDB Enterpri
| dn_metric_reporter_list | conf/iotdb-system.properties |
Uncomment the configuration item and set the value to PROMETHEUS |
| dn_metric_level | conf/iotdb-system.properties |
Uncomment the configuration item and set the value to IMPORTANT |
| dn_metric_prometheus_reporter_port | conf/iotdb-system.properties |
Uncomment the configuration item and set it to 9092 by default. If other ports
are set, they will not conflict with each other |
-| dn_metric_internal_reporter_type | conf/iotdb-system.properties |
Uncomment the configuration item and set the value to IOTDB |
Taking the 3C3D cluster as an example, the monitoring configuration that needs
to be modified is as follows:
@@ -50,9 +49,9 @@ Taking the 3C3D cluster as an example, the monitoring
configuration that needs t
| 192.168.1.3 | iotdb-1 | confignode | conf/iotdb-system.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
| 192.168.1.4 | iotdb-2 | confignode | conf/iotdb-system.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
| 192.168.1.5 | iotdb-3 | confignode | conf/iotdb-system.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
-| 192.168.1.3 | iotdb-1 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
-| 192.168.1.4 | iotdb-2 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
-| 192.168.1.5 | iotdb-3 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
+| 192.168.1.3 | iotdb-1 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 |
+| 192.168.1.4 | iotdb-2 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 |
+| 192.168.1.5 | iotdb-3 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 |
2. Restart all nodes. After modifying the monitoring indicator configuration
of three nodes, the confignode and datanode services of all nodes can be
restarted:
diff --git
a/src/UserGuide/latest/Deployment-and-Maintenance/Monitoring-panel-deployment.md
b/src/UserGuide/latest/Deployment-and-Maintenance/Monitoring-panel-deployment.md
index be7b40b4..db76b4ce 100644
---
a/src/UserGuide/latest/Deployment-and-Maintenance/Monitoring-panel-deployment.md
+++
b/src/UserGuide/latest/Deployment-and-Maintenance/Monitoring-panel-deployment.md
@@ -41,7 +41,6 @@ The IoTDB monitoring panel is one of the supporting tools for
the IoTDB Enterpri
| dn_metric_reporter_list | conf/iotdb-datanode.properties |
Uncomment the configuration item and set the value to PROMETHEUS |
| dn_metric_level | conf/iotdb-datanode.properties |
Uncomment the configuration item and set the value to IMPORTANT |
| dn_metric_prometheus_reporter_port | conf/iotdb-datanode.properties |
Uncomment the configuration item and set it to 9092 by default. If other ports
are set, they will not conflict with each other |
-| dn_metric_internal_reporter_type | conf/iotdb-datanode.properties |
Uncomment the configuration item and set the value to IOTDB |
Taking the 3C3D cluster as an example, the monitoring configuration that needs
to be modified is as follows:
@@ -50,9 +49,9 @@ Taking the 3C3D cluster as an example, the monitoring
configuration that needs t
| 192.168.1.3 | iotdb-1 | confignode | conf/iotdb-confignode.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
| 192.168.1.4 | iotdb-2 | confignode | conf/iotdb-confignode.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
| 192.168.1.5 | iotdb-3 | confignode | conf/iotdb-confignode.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
-| 192.168.1.3 | iotdb-1 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
-| 192.168.1.4 | iotdb-2 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
-| 192.168.1.5 | iotdb-3 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
+| 192.168.1.3 | iotdb-1 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 |
+| 192.168.1.4 | iotdb-2 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 |
+| 192.168.1.5 | iotdb-3 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 |
2. Restart all nodes. After modifying the monitoring indicator configuration
of three nodes, the confignode and datanode services of all nodes can be
restarted:
diff --git
a/src/zh/UserGuide/Master/Deployment-and-Maintenance/Monitoring-panel-deployment.md
b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Monitoring-panel-deployment.md
index 85e85f21..c7fba837 100644
---
a/src/zh/UserGuide/Master/Deployment-and-Maintenance/Monitoring-panel-deployment.md
+++
b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Monitoring-panel-deployment.md
@@ -41,7 +41,6 @@ IoTDB配套监控面板是IoTDB企业版配套工具之一。它旨在解决IoTD
| dn_metric_reporter_list | conf/iotdb-system.properties |
将配置项取消注释,值设置为PROMETHEUS |
| dn_metric_level | conf/iotdb-system.properties |
将配置项取消注释,值设置为IMPORTANT |
| dn_metric_prometheus_reporter_port | conf/iotdb-system.properties |
将配置项取消注释,可默认设置为9092,如设置其他端口,不与其他端口冲突即可 |
-| dn_metric_internal_reporter_type | conf/iotdb-system.properties |
将配置项取消注释,值设置为IOTDB |
以3C3D集群为例,需要修改的监控配置如下:
@@ -50,9 +49,9 @@ IoTDB配套监控面板是IoTDB企业版配套工具之一。它旨在解决IoTD
| 192.168.1.3 | iotdb-1 | confignode | conf/iotdb-system.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
| 192.168.1.4 | iotdb-2 | confignode | conf/iotdb-system.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
| 192.168.1.5 | iotdb-3 | confignode | conf/iotdb-system.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
-| 192.168.1.3 | iotdb-1 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
-| 192.168.1.4 | iotdb-2 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
-| 192.168.1.5 | iotdb-3 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
+| 192.168.1.3 | iotdb-1 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 |
+| 192.168.1.4 | iotdb-2 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 |
+| 192.168.1.5 | iotdb-3 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 |
2. 重启所有节点。修改3个节点的监控指标配置后,可重新启动所有节点的confignode和datanode服务:
diff --git
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Monitoring-panel-deployment.md
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Monitoring-panel-deployment.md
index 93702b9f..476a66d1 100644
---
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Monitoring-panel-deployment.md
+++
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Monitoring-panel-deployment.md
@@ -41,7 +41,6 @@ IoTDB配套监控面板是IoTDB企业版配套工具之一。它旨在解决IoTD
| dn_metric_reporter_list | conf/iotdb-datanode.properties |
将配置项取消注释,值设置为PROMETHEUS |
| dn_metric_level | conf/iotdb-datanode.properties |
将配置项取消注释,值设置为IMPORTANT |
| dn_metric_prometheus_reporter_port | conf/iotdb-datanode.properties |
将配置项取消注释,可默认设置为9092,如设置其他端口,不与其他端口冲突即可 |
-| dn_metric_internal_reporter_type | conf/iotdb-datanode.properties |
将配置项取消注释,值设置为IOTDB |
以3C3D集群为例,需要修改的监控配置如下:
@@ -50,9 +49,9 @@ IoTDB配套监控面板是IoTDB企业版配套工具之一。它旨在解决IoTD
| 192.168.1.3 | iotdb-1 | confignode | conf/iotdb-confignode.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
| 192.168.1.4 | iotdb-2 | confignode | conf/iotdb-confignode.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
| 192.168.1.5 | iotdb-3 | confignode | conf/iotdb-confignode.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
-| 192.168.1.3 | iotdb-1 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
-| 192.168.1.4 | iotdb-2 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
-| 192.168.1.5 | iotdb-3 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
+| 192.168.1.3 | iotdb-1 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 |
+| 192.168.1.4 | iotdb-2 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 |
+| 192.168.1.5 | iotdb-3 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 |
2. 重启所有节点。修改3个节点的监控指标配置后,可重新启动所有节点的confignode和datanode服务: