Merge pull request #16855 from taosdata/huolibo-patch-1
Update 14-taosKeeper.md
This commit is contained in:
commit
6300753f82
|
@ -79,7 +79,7 @@ password = "taosdata"
|
||||||
|
|
||||||
# 需要被监控的 taosAdapter
|
# 需要被监控的 taosAdapter
|
||||||
[taosAdapter]
|
[taosAdapter]
|
||||||
address = ["127.0.0.1:6041","192.168.1.95:6041"]
|
address = ["127.0.0.1:6041"]
|
||||||
|
|
||||||
[metrics]
|
[metrics]
|
||||||
# 监控指标前缀
|
# 监控指标前缀
|
||||||
|
@ -92,7 +92,7 @@ cluster = "production"
|
||||||
database = "log"
|
database = "log"
|
||||||
|
|
||||||
# 指定需要监控的普通表
|
# 指定需要监控的普通表
|
||||||
tables = ["normal_table"]
|
tables = []
|
||||||
```
|
```
|
||||||
|
|
||||||
### 获取监控指标
|
### 获取监控指标
|
||||||
|
@ -141,4 +141,4 @@ taos_cluster_info_dnodes_total{cluster_id="5981392874047724755"} 1
|
||||||
# HELP taos_cluster_info_first_ep
|
# HELP taos_cluster_info_first_ep
|
||||||
# TYPE taos_cluster_info_first_ep gauge
|
# TYPE taos_cluster_info_first_ep gauge
|
||||||
taos_cluster_info_first_ep{cluster_id="5981392874047724755",value="hlb:6030"} 1
|
taos_cluster_info_first_ep{cluster_id="5981392874047724755",value="hlb:6030"} 1
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue