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

[iotdb] branch rel/1.0 updated: Add the details of normal level metrics in zh (#8704)

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

spricoder 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 2d96cea3c1 Add the details of normal level metrics in zh (#8704)
2d96cea3c1 is described below

commit 2d96cea3c190e4fa423cba227249bb7f2526eee8
Author: ZhangHongYin <46...@users.noreply.github.com>
AuthorDate: Tue Jan 3 11:44:42 2023 +0800

    Add the details of normal level metrics in zh (#8704)
---
 docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md b/docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md
index d4d96d3d75..dc4aa90a1f 100644
--- a/docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md
+++ b/docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md
@@ -267,8 +267,15 @@ Core 级别的监控指标在系统运行中默认开启,每一个 Core 级别
 | ----------------------- | --------------------------------------------- | --------- | ------------------ |
 | jvm_compilation_time_ms | {compiler="HotSpot 64-Bit Tiered Compilers",} | AutoGauge | 耗费在编译上的时间 |
 
+### 4.3. Normal 级别监控指标
 
-### 4.3. All 级别监控指标
+#### 4.3.1. 集群
+| Metric | Tags                                                           | Type      | Description                                                        |
+| ------ | -------------------------------------------------------------- | --------- | ------------------------------------------------------------------ |
+| region | name="{{DatabaseName}}",type="SchemaRegion/DataRegion"         | AutoGauge | 特定节点上不同 Database 的 DataRegion/SchemaRegion 个数 |
+| slot   | name="{{DatabaseName}}",type="schemaSlotNumber/dataSlotNumber" | AutoGauge | 特定节点上不同 Database 的 DataSlot/SchemaSlot 个数     |
+
+### 4.4. All 级别监控指标
 目前还没有All级别的监控指标,后续会持续添加。
 
 ## 5. 怎样获取这些系统监控?