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

[iotdb] branch rel/1.0 updated: [To rel/1.0][IOTDB-5327] Move Apache IoTDB Dashboard and update doc (#8693)

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

tanxinyu 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 8f3f581380 [To rel/1.0][IOTDB-5327] Move Apache IoTDB Dashboard and update doc (#8693)
8f3f581380 is described below

commit 8f3f5813800284dd868a8e1b9189b619fc59aa08
Author: ZhangHongYin <46...@users.noreply.github.com>
AuthorDate: Mon Jan 2 12:04:30 2023 +0800

    [To rel/1.0][IOTDB-5327] Move Apache IoTDB Dashboard and update doc (#8693)
    
    * Update Metric Doc
---
 .../UserGuide/Monitor-Alert/Apache-IoTDB-ConfigNode-Dashboard.json | 0
 .../UserGuide/Monitor-Alert/Apache-IoTDB-DataNode-Dashboard.json   | 0
 docs/UserGuide/Monitor-Alert/Metric-Tool.md                        | 7 +++++--
 docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md                     | 4 +++-
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/grafana-metrics-example/Apache IoTDB ConfigNode Dashboard.json b/docs/UserGuide/Monitor-Alert/Apache-IoTDB-ConfigNode-Dashboard.json
similarity index 100%
rename from grafana-metrics-example/Apache IoTDB ConfigNode Dashboard.json
rename to docs/UserGuide/Monitor-Alert/Apache-IoTDB-ConfigNode-Dashboard.json
diff --git a/grafana-metrics-example/Apache IoTDB DataNode Dashboard.json b/docs/UserGuide/Monitor-Alert/Apache-IoTDB-DataNode-Dashboard.json
similarity index 100%
rename from grafana-metrics-example/Apache IoTDB DataNode Dashboard.json
rename to docs/UserGuide/Monitor-Alert/Apache-IoTDB-DataNode-Dashboard.json
diff --git a/docs/UserGuide/Monitor-Alert/Metric-Tool.md b/docs/UserGuide/Monitor-Alert/Metric-Tool.md
index b8bee3f678..bea8644737 100644
--- a/docs/UserGuide/Monitor-Alert/Metric-Tool.md
+++ b/docs/UserGuide/Monitor-Alert/Metric-Tool.md
@@ -383,8 +383,11 @@ We provide the Apache IoTDB Dashboard, and the rendering shown in Grafana is as
 
 ##### 5.2.4.1. How to get Apache IoTDB Dashboard
 
-1. You can obtain the json files of Dashboards corresponding to different iotdb versions in the grafana-metrics-example folder.
-2. You can visit [Grafana Dashboard official website](https://grafana.com/grafana/dashboards/), search for `Apache IoTDB Dashboard` and use
+1. You can obtain the json files of Dashboards by GitHub:
+   1. <a href = "https://github.com/apache/iotdb/tree/rel/1.0/docs/UserGuide/Monitor-Alert/Apache-IoTDB-ConfigNode-Dashboard.json">Apache IoTDB ConfigNode Dashboard</a>
+   2. <a href = "https://github.com/apache/iotdb/tree/rel/1.0/docs/UserGuide/Monitor-Alert/Apache-IoTDB-DataNode-Dashboard.json">Apache IoTDB DataNode Dashboard</a>
+2. You can visit [Grafana Dashboard official website](https://grafana.com/grafana/dashboards/), search
+   for `Apache IoTDB Dashboard` and use
 
 When creating Grafana, you can select the json file you just downloaded to `Import` and select the corresponding target data source for Apache IoTDB Dashboard.
 
diff --git a/docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md b/docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md
index 72c60198c2..d4d96d3d75 100644
--- a/docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md
+++ b/docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md
@@ -376,7 +376,9 @@ static_configs:
 
 ##### 5.2.4.1. 如何获取 Apache IoTDB Dashboard?
 
-1. 您可以在 grafana-metrics-example 文件夹下获取到对应不同iotdb版本的Dashboard的json文件。
+1. 您可以在 GitHub 上获取到Dashboard的json文件。
+   1. <a href = "https://github.com/apache/iotdb/tree/rel/1.0/docs/UserGuide/Monitor-Alert/Apache-IoTDB-ConfigNode-Dashboard.json">Apache IoTDB ConfigNode Dashboard</a>
+   2. <a href = "https://github.com/apache/iotdb/tree/rel/1.0/docs/UserGuide/Monitor-Alert/Apache-IoTDB-DataNode-Dashboard.json">Apache IoTDB DataNode Dashboard</a>
 2. 您可以访问[Grafana Dashboard官网](https://grafana.com/grafana/dashboards/)搜索`Apache IoTDB Dashboard`并使用
 
 在创建Grafana时,您可以选择Import刚刚下载的json文件,并为Apache IoTDB Dashboard选择对应目标数据源。