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

[iotdb] branch master updated: [DOC] Update the Grafana plugin user manual using screenshots of Grafana 9.3 version (#9912)

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

rong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new ab922dba30a [DOC] Update the Grafana plugin user manual using screenshots of Grafana 9.3 version (#9912)
ab922dba30a is described below

commit ab922dba30ad4f68d81274e9f6b42d4ee990aebc
Author: CloudWise-Lukemiao <76...@users.noreply.github.com>
AuthorDate: Mon May 22 17:09:31 2023 +0800

    [DOC] Update the Grafana plugin user manual using screenshots of Grafana 9.3 version (#9912)
    
    Co-authored-by: Cloudwise_Luke <28...@qq.com>
---
 docs/UserGuide/Ecosystem-Integration/Grafana-Plugin.md    | 8 ++++----
 docs/zh/UserGuide/Ecosystem-Integration/Grafana-Plugin.md | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/UserGuide/Ecosystem-Integration/Grafana-Plugin.md b/docs/UserGuide/Ecosystem-Integration/Grafana-Plugin.md
index 5907de12a07..d78d76e70f3 100644
--- a/docs/UserGuide/Ecosystem-Integration/Grafana-Plugin.md
+++ b/docs/UserGuide/Ecosystem-Integration/Grafana-Plugin.md
@@ -32,7 +32,7 @@ Compared with previous IoTDB-Grafana-Connector, current Grafana-Plugin performs
 #### Install Grafana 
 
 * Download url: https://grafana.com/grafana/download
-* Version >= 7.0.0
+* Version >= 9.3.0
 
 
 #### Acquisition method of grafana plugin
@@ -182,9 +182,9 @@ Select the `Apache IoTDB` data source.
   * port is the running port of the REST service (default 18080).
 * Enter the username and password of the IoTDB server
 
-Click `Save & Test`, and `Success` will appear.
+Click `Save & Test`, and `Data source is working` will appear.
 
-<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto; margin-right:auto; display:block;" src="https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/Grafana-plugin/datasource_3.png?raw=true">
+<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto; margin-right:auto; display:block;" src="https://alioss.timecho.com/docs/img/grafana9_datasource.png?raw=true">
 
 
 #### Create a new Panel
@@ -311,7 +311,7 @@ This plugin supports Grafana alert function.
 <img style="width:100%; max-width:800px; max-height:600px; margin-left:auto; margin-right:auto; display:block;" src="https://alioss.timecho.com/docs/img/grafana9_alert2.png?raw=true">
 
 3. Set query and alarm conditions in step 1. Conditions represent query conditions, and multiple combined query conditions can be configured. As shown below:
-<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto; margin-right:auto; display:block;" src="https://alioss.timecho.com/docs/img/grafana9_alert3.jpg?raw=true">
+<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto; margin-right:auto; display:block;" src="https://alioss.timecho.com/docs/img/grafana9_alert3.png?raw=true">
 
 The query condition in the figure: `min() OF A IS BELOW 0`, means that the condition will be triggered when the minimum value in the A tab is 0, click this function to change it to another function.
 
diff --git a/docs/zh/UserGuide/Ecosystem-Integration/Grafana-Plugin.md b/docs/zh/UserGuide/Ecosystem-Integration/Grafana-Plugin.md
index dfde2fa502b..8dfae9da80c 100644
--- a/docs/zh/UserGuide/Ecosystem-Integration/Grafana-Plugin.md
+++ b/docs/zh/UserGuide/Ecosystem-Integration/Grafana-Plugin.md
@@ -195,9 +195,9 @@ Grafana 以网页的 dashboard 形式为您展示数据,在使用时请您打
 
 Ip 为您的 IoTDB 服务器所在的宿主机 IP,port 为 REST 服务的运行端口(默认 18080)。
 
-输入 IoTDB 服务器的 username 和 password,点击 `Save & Test`,出现 `Success` 则提示配置成功。
+输入 IoTDB 服务器的 username 和 password,点击 `Save & Test`,出现 `Data source is working` 则提示配置成功。
 
-<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto; margin-right:auto; display:block;" src="https://alioss.timecho.com/docs/img/UserGuide/Ecosystem-Integration/Grafana-plugin/datasource_3.png?raw=true">
+<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto; margin-right:auto; display:block;" src="https://alioss.timecho.com/docs/img/grafana9_datasource.png?raw=true">
 
 
 
@@ -324,7 +324,7 @@ Type下拉中有Query、Custom、Text box、Constant、DataSource、Interval、A
 
 3. 在第1步中设置查询和警报条件,Conditions 表示查询条件,可以配置多个组合查询条件。如下图所示:
 
-<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto; margin-right:auto; display:block;" src="https://alioss.timecho.com/docs/img/grafana9_alert3.jpg?raw=true">
+<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto; margin-right:auto; display:block;" src="https://alioss.timecho.com/docs/img/grafana9_alert3.png?raw=true">
 
 图中的查询条件:min() OF A IS BELOW 0,表示将A选项卡中的最小值在0一下就会触发条件,单击该函数可将其更改为另一个函数。