Skip to content

Commit

Permalink
[manager] feature: modify app-api.yml (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
l646505418 authored Jun 5, 2023
1 parent e9019c2 commit c52f731
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manager/src/main/resources/define/app-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,9 @@ metrics:
basicAuthPassword: ^_^password^_^
digestAuthUsername: ^_^username^_^
digestAuthPassword: ^_^password^_^
#http success status code. default 200
#successCode means what http response status code we consider it collect success.
successCodes: [200, 503]
# http response data parse type: default-hertzbeat rule, jsonpath-jsonpath script, website-for website monitoring, prometheus-prometheus exporter rule
# http 响应数据解析方式: default-系统规则, jsonPath-jsonPath脚本, website-网站可用性指标监控, prometheus-Prometheus数据规则
parseType: website
Expand Down

0 comments on commit c52f731

Please sign in to comment.