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

caogaofei 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 460504ec Fix workbench-deployment.md (#393)
460504ec is described below

commit 460504ec8105a64fe620de2d3b46b47c4ce0a6ed
Author: majialin <[email protected]>
AuthorDate: Tue Oct 29 10:26:41 2024 +0800

    Fix workbench-deployment.md (#393)
---
 .../Deployment-and-Maintenance/workbench-deployment.md   | 12 ++++++------
 .../Deployment-and-Maintenance/workbench-deployment.md   | 16 ++++++++--------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git 
a/src/zh/UserGuide/Master/Deployment-and-Maintenance/workbench-deployment.md 
b/src/zh/UserGuide/Master/Deployment-and-Maintenance/workbench-deployment.md
index 5cee178c..1d358450 100644
--- a/src/zh/UserGuide/Master/Deployment-and-Maintenance/workbench-deployment.md
+++ b/src/zh/UserGuide/Master/Deployment-and-Maintenance/workbench-deployment.md
@@ -125,16 +125,16 @@
     scrape_interval: 15s 
     evaluation_interval: 15s 
     scrape_configs:
-      - job_name: "prometheus"
+    - job_name: "prometheus"
         static_configs:
-          - targets: ["localhost:9090"]
-      - job_name: "confignode"
+        - targets: ["localhost:9090"]
+    - job_name: "confignode"
         static_configs:
-          - targets: ["iotdb-1:9091","iotdb-2:9091","iotdb-3:9091"]
+        - targets: ["iotdb-1:9091","iotdb-2:9091","iotdb-3:9091"]
         honor_labels: true
-      - job_name: "datanode"
+    - job_name: "datanode"
         static_configs:
-          - targets: ["iotdb-1:9092","iotdb-2:9092","iotdb-3:9092"]
+        - targets: ["iotdb-1:9092","iotdb-2:9092","iotdb-3:9092"]
         honor_labels: true
     ```
 
diff --git 
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment.md 
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment.md
index e63211cd..f760f925 100644
--- a/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment.md
+++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment.md
@@ -122,19 +122,19 @@
 
     ```shell
     global:
-      scrape_interval: 15s 
-      evaluation_interval: 15s 
+    scrape_interval: 15s 
+    evaluation_interval: 15s 
     scrape_configs:
-      - job_name: "prometheus"
+    - job_name: "prometheus"
         static_configs:
-          - targets: ["localhost:9090"]
-      - job_name: "confignode"
+        - targets: ["localhost:9090"]
+    - job_name: "confignode"
         static_configs:
-          - targets: ["iotdb-1:9091","iotdb-2:9091","iotdb-3:9091"]
+        - targets: ["iotdb-1:9091","iotdb-2:9091","iotdb-3:9091"]
         honor_labels: true
-      - job_name: "datanode"
+    - job_name: "datanode"
         static_configs:
-          - targets: ["iotdb-1:9092","iotdb-2:9092","iotdb-3:9092"]
+        - targets: ["iotdb-1:9092","iotdb-2:9092","iotdb-3:9092"]
         honor_labels: true
     ```
 

Reply via email to