[manager,webapp]feature:api monitor support http headers (#58)

This commit is contained in:
tomsun28
2022-04-03 22:12:57 +08:00
committed by GitHub
parent 636303021f
commit 3c48b4c71f
4 changed files with 28 additions and 19 deletions

View File

@@ -26,6 +26,8 @@ configmap:
type: 1
- key: payload
type: 1
- key: headers
type: 3
# 指标组列表
metrics:
# 第一个监控指标组 cpu
@@ -58,6 +60,7 @@ metrics:
# 请求头内容
headers:
content-type: ^_^contentType^_^
^_^headers^_^: ^_^headers^_^
# 认证
authorization:
# 认证方式: Basic Auth, Digest Auth, Bearer Token