This is an automated email from the ASF dual-hosted git repository.
zhengqiwei pushed a commit to branch i18n_japanese_flink
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/i18n_japanese_flink by this
push:
new cdcefd6971 [doc] japanese eureka sd
cdcefd6971 is described below
commit cdcefd69718695976e1e997874e2d80cee1d0f51
Author: Calvin <[email protected]>
AuthorDate: Tue Jun 10 01:14:49 2025 +0800
[doc] japanese eureka sd
---
hertzbeat-manager/src/main/resources/define/app-eureka_sd.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/hertzbeat-manager/src/main/resources/define/app-eureka_sd.yml
b/hertzbeat-manager/src/main/resources/define/app-eureka_sd.yml
index 1353521a54..f34db06adf 100644
--- a/hertzbeat-manager/src/main/resources/define/app-eureka_sd.yml
+++ b/hertzbeat-manager/src/main/resources/define/app-eureka_sd.yml
@@ -21,6 +21,7 @@ app: eureka_sd
name:
zh-CN: Eureka Service Discovery
en-US: Eureka Service Discovery
+ ja-JP: Eureka サービスディスカバリー
# Input params define for app api(render web ui by the definition)
params:
# field-param field key
@@ -29,6 +30,7 @@ params:
name:
zh-CN: Eureka服务发现地址
en-US: Eureka Service Discovery Url
+ ja-JP: Eureka サービスディスカバリーURL
# type-param field type(most mapping the html input type)
type: text
# required-true or false
@@ -39,6 +41,7 @@ metrics:
i18n:
zh-CN: 监控目标
en-US: Monitor Target
+ ja-JP: 監視対象
# 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
priority: 0
@@ -50,11 +53,13 @@ metrics:
i18n:
zh-CN: Host
en-US: Host
+ ja-JP: ホスト
- field: port
type: 1
i18n:
zh-CN: Port
en-US: Port
+ ja-JP: ポート
# the protocol used for monitoring, eg: sql, ssh, http, telnet, wmi, snmp,
sdk
protocol: eureka_sd
# the config content when protocol is http_sd
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]