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 2022/12/19 03:00:48 UTC

[iotdb] branch rel/0.13 updated: Make the doc consistent with the implementation (#8496)

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

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


The following commit(s) were added to refs/heads/rel/0.13 by this push:
     new ba3c2a4512 Make the doc consistent with the implementation (#8496)
ba3c2a4512 is described below

commit ba3c2a4512913d98763242d3fa10da4ab5980358
Author: ZhangHongYin <46...@users.noreply.github.com>
AuthorDate: Mon Dec 19 11:00:43 2022 +0800

    Make the doc consistent with the implementation (#8496)
---
 docs/UserGuide/Maintenance-Tools/Metric-Tool.md    | 4 ++--
 docs/zh/UserGuide/Maintenance-Tools/Metric-Tool.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/UserGuide/Maintenance-Tools/Metric-Tool.md b/docs/UserGuide/Maintenance-Tools/Metric-Tool.md
index 60fbdde000..57d44bbad2 100644
--- a/docs/UserGuide/Maintenance-Tools/Metric-Tool.md
+++ b/docs/UserGuide/Maintenance-Tools/Metric-Tool.md
@@ -113,9 +113,9 @@ Next, we will choose Prometheus format data as samples to describe each kind of
 #### 1.3.3.5. Business Data
 
 | Metric   | Tag                                                                 | level     | Description                                                   | Sample                                        |
-| -------- |---------------------------------------------------------------------|-----------|---------------------------------------------------------------|-----------------------------------------------|
+|----------|---------------------------------------------------------------------|-----------|---------------------------------------------------------------|-----------------------------------------------|
 | quantity | name="timeSeries/storageGroup/device", type="total/normal/template" | important | The current count of timeSeries/storageGroup/devices in IoTDB | quantity{name="timeSeries",type="normal"} 1.0 |
-| quantity | sg="{{storageGroup}}", type="flush"                                 | core      | The point number of last flushed memtable                     | quantity{name="memtable",type="flush"} 1.0    |
+| points   | sg="{{storageGroup}}", type="flush"                                 | core      | The point number of last flushed memtable                     | quantity{name="memtable",type="flush"} 1.0    |
 
 #### 1.3.3.6. Cluster
 
diff --git a/docs/zh/UserGuide/Maintenance-Tools/Metric-Tool.md b/docs/zh/UserGuide/Maintenance-Tools/Metric-Tool.md
index fe03ffe83d..44560b68e8 100644
--- a/docs/zh/UserGuide/Maintenance-Tools/Metric-Tool.md
+++ b/docs/zh/UserGuide/Maintenance-Tools/Metric-Tool.md
@@ -112,9 +112,9 @@ IoTDB对外提供JMX和Prometheus格式的监控指标,对于JMX,可以通
 #### 1.3.3.5. 业务数据
 
 | Metric   | Tag                                                                 | level     | 说明                                    | 示例                                          |
-| -------- |---------------------------------------------------------------------| --------- |---------------------------------------| --------------------------------------------- |
+|----------|---------------------------------------------------------------------| --------- |---------------------------------------| --------------------------------------------- |
 | quantity | name="timeSeries/storageGroup/device", type="total/normal/template" | important | 当前时间timeSeries/storageGroup/device的数量 | quantity{name="timeSeries",type="normal"} 1.0 |
-| quantity | sg="{{storageGroup}}", type="flush"                                 | core      | 最新一个刷盘的memtale的点数                     | quantity{name="memtable",type="flush"} 1.0    |
+| points   | sg="{{storageGroup}}", type="flush"                                 | core      | 最新一个刷盘的memtale的点数                     | quantity{name="memtable",type="flush"} 1.0    |
 
 #### 1.3.3.6. 集群