Skip to content

Commit

Permalink
update docker monitoring template yml
Browse files Browse the repository at this point in the history
Signed-off-by: 泰上老菌 <tslj1024@163.com>
  • Loading branch information
tslj1024 authored Jan 1, 2024
1 parent 195293b commit 3ddc009
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions manager/src/main/resources/define/app-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ params:
defaultValue: 2375
- field: ssl
name:
zh-CN: 启动SSL
zh-CN: SSL连接
en-US: SSL
# shen the type is boolean, the front end uses switch to display the switch
# 当type为boolean时,前端用switch展示开关
Expand All @@ -71,7 +71,7 @@ params:
metrics:
- name: system
i18n:
zh-CN: 宿主机
zh-CN: 系统
en-US: system
# metrics scheduling priority(0->127)->(high->low), metrics with the same priority will be scheduled in parallel
# priority 0's metrics is availability metrics, it will be scheduled first, only availability metrics collect success will the scheduling continue
Expand Down Expand Up @@ -199,7 +199,7 @@ metrics:

- name: containers
i18n:
zh-CN: 容器
zh-CN: 容器总数
en-US: containers
# The smaller the priority value (0-127), the higher the priority of the metrics. Lower-priority metricss will be scheduled after higher-priority metricss have been collected. metricss with the same priority will be scheduled to collect data in parallel.
# priority 0's metrics is availability metrics, it will be scheduled first, only availability metrics collect success will the scheduling continue
Expand All @@ -213,7 +213,7 @@ metrics:
# 指标信息 包括 field名称 type字段类型:0-number数字,1-string字符串 label-是否是指标标签字段 unit:指标单位
- field: id
i18n:
zh-CN: ID
zh-CN: 主键
en-US: ID
type: 1
- field: name
Expand All @@ -228,17 +228,17 @@ metrics:
type: 1
- field: command
i18n:
zh-CN: 启动命令
zh-CN: 命令行
en-US: command
type: 1
- field: state
i18n:
zh-CN: 当前状态
zh-CN: 状态
en-US: state
type: 1
- field: status
i18n:
zh-CN: 更新时间
zh-CN: 状态
en-US: status
type: 1
aliasFields:
Expand Down Expand Up @@ -283,7 +283,7 @@ metrics:

- name: stats
i18n:
zh-CN: 状态详情
zh-CN: 状态
en-US: stats
priority: 2
fields:
Expand Down

0 comments on commit 3ddc009

Please sign in to comment.