未验证 提交 0e0b663c 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #16861 from taosdata/3.0

release: 3.0.1.1
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# taos-tools # taos-tools
ExternalProject_Add(taos-tools ExternalProject_Add(taos-tools
GIT_REPOSITORY https://github.com/taosdata/taos-tools.git GIT_REPOSITORY https://github.com/taosdata/taos-tools.git
GIT_TAG 3588b3d GIT_TAG e7270c9
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools" SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools"
BINARY_DIR "" BINARY_DIR ""
#BUILD_IN_SOURCE TRUE #BUILD_IN_SOURCE TRUE
......
...@@ -79,7 +79,7 @@ password = "taosdata" ...@@ -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" ...@@ -92,7 +92,7 @@ cluster = "production"
database = "log" database = "log"
# 指定需要监控的普通表 # 指定需要监控的普通表
tables = ["normal_table"] tables = []
``` ```
### 获取监控指标 ### 获取监控指标
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册