Skip to content

Commit

Permalink
[doc] Add zookeeper doc (apache#2456)
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
zhangshenghang authored Aug 4, 2024
1 parent 7eef0c2 commit deb827a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions home/docs/help/zookeeper.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,22 @@ Complete!
| zk_min_latency | ms | Min latency |


#### Metric set:envi

| Metric Name | Metric Unit | Metric help description |
| ------------------- |-------------|-------------------------------|
| zk_version | none | ZooKeeper version |
| hostname | none | Hostname |
| java_version | none | Java version |
| java_vendor | none | Java vendor |
| java_home | none | Java home directory |
| java_class_path | none | Java class path |
| java_library_path | none | Java library path |
| java_io_tmpdir | none | Java temporary directory |
| java_compiler | none | Java compiler |
| os_name | none | Operating system name |
| os_arch | none | Operating system architecture |
| os_version | none | Operating system version |
| user_name | none | Username |
| user_home | none | User home directory |
| user_dir | none | User current directory |
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,23 @@ Complete!
| zk_ephemerals_count || 临时节点数 |
| zk_min_latency | ms | 最小延时 |

#### 指标集合:envi

| 指标名称 | 指标单位 | 指标帮助描述 |
| ----------- |-----| ----------- |
| zk_version || ZooKeeper版本 |
| hostname || 主机名 |
| java_version || Java版本 |
| java_vendor || Java供应商 |
| java_home || Java主目录 |
| java_class_path || Java类路径 |
| java_library_path || Java库路径 |
| java_io_tmpdir || Java临时目录 |
| java_compiler || Java编译器 |
| os_name || 操作系统名称 |
| os_arch || 操作系统架构 |
| os_version || 操作系统版本 |
| user_name || 用户名 |
| user_home || 用户主目录 |
| user_dir || 用户当前目录 |

0 comments on commit deb827a

Please sign in to comment.