Skip to content

Commit

Permalink
add app-api template i18n (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
novohit authored and tomsun28 committed Mar 10, 2024
1 parent f8a6ec3 commit b3291f6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions manager/src/main/resources/define/app-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@ metrics:
# metrics - summary
# 监控指标组 - summary
- name: summary
i18n:
zh-CN: 概要
en-US: Summary
# metrics group scheduling priority(0->127)->(high->low), metrics with the same priority will be scheduled in parallel
# priority 0's metrics group is availability metrics, it will be scheduled first, only availability metrics collect success will the scheduling continue
# 指标组调度优先级(0->127)->(优先级高->低) 优先级低的指标组会等优先级高的指标组采集完成后才会被调度, 相同优先级的指标组会并行调度采集
Expand All @@ -344,8 +347,14 @@ metrics:
- field: responseTime
type: 0
unit: ms
i18n:
zh-CN: 响应时间
en-US: ResponseTime
- field: keyword
type: 0
i18n:
zh-CN: 关键词数量
en-US: Keyword
# the protocol used for monitoring, eg: sql, ssh, http, telnet, wmi, snmp, sdk
protocol: http
# the config content when protocol is http
Expand Down

0 comments on commit b3291f6

Please sign in to comment.