From e251626374e31eb26d314d32caf74bf1ed6cb19b Mon Sep 17 00:00:00 2001 From: Chen Ziyan Date: Sun, 15 Sep 2024 00:25:40 +0800 Subject: [PATCH] feat: add skywalking java agent self observability menu (#415) --- src/locales/lang/menus/en.ts | 3 +++ src/locales/lang/menus/es.ts | 3 +++ src/locales/lang/menus/zh.ts | 2 ++ 3 files changed, 8 insertions(+) diff --git a/src/locales/lang/menus/en.ts b/src/locales/lang/menus/en.ts index 688cff1f..fb889d85 100644 --- a/src/locales/lang/menus/en.ts +++ b/src/locales/lang/menus/en.ts @@ -125,6 +125,9 @@ const titles = { self_observability_satellite: "Satellite", self_observability_satellite_desc: "Satellite: an open-source agent designed for the cloud-native infrastructures, which provides a low-cost, high-efficient, and more secure way to collect telemetry data. It is the recommended load balancer for telemetry collecting.", + self_observability_java_agent: "SkyWalking Java Agent", + self_observability_java_agent_desc: + "The self observability of SkyWalking Java Agent, which provides the abilities to measure the tracing performance and error statistics of plugins.", cilium: "Cilium", cilium_desc: "Cilium is a CNI plugin for Kubernetes that provides eBPF-based networking, security, and load balancing.", diff --git a/src/locales/lang/menus/es.ts b/src/locales/lang/menus/es.ts index 2d8f1b27..937db272 100644 --- a/src/locales/lang/menus/es.ts +++ b/src/locales/lang/menus/es.ts @@ -126,6 +126,9 @@ const titles = { self_observability_satellite: "Satellite", self_observability_satellite_desc: "Satellite: an open-source agent designed for the cloud-native infrastructures, which provides a low-cost, high-efficient, and more secure way to collect telemetry data. It is the recommended load balancer for telemetry collecting.", + self_observability_java_agent: "SkyWalking Java Agent", + self_observability_java_agent_desc: + "The self observability of SkyWalking Java Agent, which provides the abilities to measure the tracing performance and error statistics of plugins.", cilium: "Cilium", cilium_desc: "Cilium es un complemento CNI para Kubernetes que proporciona redes, seguridad y equilibrio de carga basados en eBPF.", diff --git a/src/locales/lang/menus/zh.ts b/src/locales/lang/menus/zh.ts index bf81a31d..e8dc44de 100644 --- a/src/locales/lang/menus/zh.ts +++ b/src/locales/lang/menus/zh.ts @@ -111,6 +111,8 @@ const titles = { self_observability_satellite: "Satellite", self_observability_satellite_desc: "Satellite:为云原生基础设施设计的开源代理,提供了一种低成本、高效、更安全的遥测数据收集方式。它是遥测采集的推荐负载均衡器。", + self_observability_java_agent: "SkyWalking Java Agent", + self_observability_java_agent_desc: "SkyWalking Java Agent 自监控提供了对 agent 插件的性能追踪和错误统计。", cilium: "Cilium", cilium_desc: "Cilium是Kubernetes上的CNI插件,提供基于eBPF的网络、安全和负载均衡。", cilium_service: "Cilium服务",