yuluo-yx commented on code in PR #2504:
URL: https://github.com/apache/hertzbeat/pull/2504#discussion_r1712947837


##########
manager/src/main/resources/define/app-hive.yml:
##########
@@ -143,21 +164,42 @@ metrics:
 
   # metrics - environment
   - name: environment
+    i18n:
+      zh-CN: 环境信息
+      en-US: Environment
     priority: 2
     # collect metrics content
     fields:
       # field-metric name, type-metric type(0-number,1-string), unit-metric 
unit('%','ms','MB'), label-whether it is a metrics label field
       - field: https_proxyPort
+        i18n:
+          zh-CN: https代理端口

Review Comment:
   `https 代理端口` It might look better.



##########
manager/src/main/resources/define/app-hive.yml:
##########
@@ -143,21 +164,42 @@ metrics:
 
   # metrics - environment
   - name: environment
+    i18n:
+      zh-CN: 环境信息
+      en-US: Environment
     priority: 2
     # collect metrics content
     fields:
       # field-metric name, type-metric type(0-number,1-string), unit-metric 
unit('%','ms','MB'), label-whether it is a metrics label field
       - field: https_proxyPort
+        i18n:
+          zh-CN: https代理端口
+          en-US: https Proxy Port
         type: 0
       - field: os_name
+        i18n:
+          zh-CN: os名称

Review Comment:
   ditto



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to