feat: 标签扩展:新增mysql查询超时设置 #18

This commit is contained in:
chenghua
2022-03-17 14:43:49 +08:00
parent eb65ee4206
commit 223f36c6cb
4 changed files with 22 additions and 5 deletions

View File

@@ -16,6 +16,10 @@ configmap:
type: 2
- key: database
type: 1
- key: timeout
type: 0
required: false
defaultValue: 3000
- key: url
type: 1
# 指标组列表
@@ -61,6 +65,7 @@ metrics:
username: ^_^username^_^
password: ^_^password^_^
database: ^_^database^_^
timeout: ^_^timeout^_^
# SQL查询方式 oneRow, multiRow, columns
queryType: columns
# sql