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

haonan 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 a404f2eb51 fix metric name. (#7492)
a404f2eb51 is described below

commit a404f2eb511c6a9c17de88c873ec77414a69d7c3
Author: ZhangHongYin <[email protected]>
AuthorDate: Fri Sep 30 13:57:39 2022 +0800

    fix metric name. (#7492)
---
 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 94f5ffd597..482c717752 100644
--- a/docs/UserGuide/Maintenance-Tools/Metric-Tool.md
+++ b/docs/UserGuide/Maintenance-Tools/Metric-Tool.md
@@ -95,8 +95,8 @@ Next, we will choose Prometheus format data as samples to 
describe each kind of
 | cost_task_seconds_count | name="compaction/flush"                            
                          | important | The total count of tasks occurs till 
now                 | cost_task_seconds_count{name="flush",} 1.0                
                              |
 | cost_task_seconds_max   | name="compaction/flush"                            
                          | important | The seconds of the longest task takes 
till now           | cost_task_seconds_max{name="flush",} 0.363                 
                             |
 | cost_task_seconds_sum   | name="compaction/flush"                            
                          | important | The total cost seconds of all tasks 
till now             | cost_task_seconds_sum{name="flush",} 0.363               
                               |
-| data_written            | name="compaction", <br 
/>type="aligned/not-aligned/total"                    | important | The size of 
data written in compaction                   | 
data_written{name="compaction",type="total",} 10240                             
        |
-| data_read               | name="compaction"                                  
                          | important | The size of data read in compaction     
                 | data_read={name="compaction",} 10240                         
                           |
+| data_written_total      | name="compaction", <br 
/>type="aligned/not-aligned/total"                    | important | The size of 
data written in compaction                   | 
data_written{name="compaction",type="total",} 10240                             
        |
+| data_read_total         | name="compaction"                                  
                          | important | The size of data read in compaction     
                 | data_read={name="compaction",} 10240                         
                           |
 
 #### 1.3.3.3. Memory Usage
 
diff --git a/docs/zh/UserGuide/Maintenance-Tools/Metric-Tool.md 
b/docs/zh/UserGuide/Maintenance-Tools/Metric-Tool.md
index fa94643c5c..75523908c6 100644
--- a/docs/zh/UserGuide/Maintenance-Tools/Metric-Tool.md
+++ b/docs/zh/UserGuide/Maintenance-Tools/Metric-Tool.md
@@ -94,8 +94,8 @@ IoTDB对外提供JMX和Prometheus格式的监控指标,对于JMX,可以通
 | cost_task_seconds_count | name="compaction/flush"                            
                           | important | 任务累计发生次数                | 
cost_task_seconds_count{name="flush",} 1.0                                      
                   |
 | cost_task_seconds_max   | name="compaction/flush"                            
                           | important | 到目前为止任务耗时(s)最大的一次 | 
cost_task_seconds_max{name="flush",} 0.363                                      
                   |
 | cost_task_seconds_sum   | name="compaction/flush"                            
                           | important | 任务累计耗时(s)                 | 
cost_task_seconds_sum{name="flush",} 0.363                                      
                   |
-| data_written            | name="compaction", <br 
/>type="aligned/not-aligned/total"                     | important | 合并文件时写入量   
             | data_written{name="compaction",type="total",} 10240              
                                  |
-| data_read               | name="compaction"                                  
                           | important | 合并文件时的读取量              | 
data_read={name="compaction",} 10240                                            
                   |
+| data_written_total      | name="compaction", <br 
/>type="aligned/not-aligned/total"                     | important | 合并文件时写入量   
             | data_written{name="compaction",type="total",} 10240              
                                  |
+| data_read_total         | name="compaction"                                  
                           | important | 合并文件时的读取量              | 
data_read={name="compaction",} 10240                                            
                   |
 
 #### 1.3.3.3. 内存占用
 

Reply via email to