Update 14-taosKeeper.md

This commit is contained in:
huolibo 2022-09-15 13:11:34 +08:00 committed by GitHub
parent dec379586b
commit 1530d75f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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 = []
``` ```
### 获取监控指标 ### 获取监控指标