[collector] 系统默认数据解析http响应数据
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# 监控应用类型名称(与文件名保持一致) eg: linux windows tomcat mysql aws...
|
# 监控应用类型名称(与文件名保持一致) eg: linux windows tomcat mysql aws...
|
||||||
app: TanCloud
|
app: TanCloud
|
||||||
# 参数映射map. type是参数类型: number数字, string明文字符串, secret加密字符串
|
# 参数映射map. type是参数类型: 0-number数字, 1-string明文字符串, 2-secret加密字符串
|
||||||
# 强制固定必须参数 - host
|
# 强制固定必须参数 - host
|
||||||
configmap:
|
configmap:
|
||||||
- key: host
|
- key: host
|
||||||
@@ -83,6 +83,7 @@ metrics:
|
|||||||
fields:
|
fields:
|
||||||
- field: hostname
|
- field: hostname
|
||||||
type: string
|
type: string
|
||||||
|
instance: true
|
||||||
- field: total
|
- field: total
|
||||||
type: number
|
type: number
|
||||||
unit: kb
|
unit: kb
|
||||||
|
|||||||
Reference in New Issue
Block a user