[monitor] 监控类型名称i18n国际化支持

This commit is contained in:
tomsun28
2021-12-05 00:09:03 +08:00
parent ab22880e78
commit 5b86e9f48e
14 changed files with 135 additions and 130 deletions

View File

@@ -45,6 +45,12 @@ public class Job {
* 监控的类型 eg: linux | mysql | jvm
*/
private String app;
/**
* 监控类型的国际化名称
* zh-CN: PING连通性
* en-US: PING CONNECT
*/
private Map<String, String> name;
/**
* 任务派发开始时间戳
*/