This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git


The following commit(s) were added to refs/heads/main by this push:
     new 79ec865e Add skywalking go agent self observability menu (#452)
79ec865e is described below

commit 79ec865ee7b13f4d647c33d54d5fa77ae56297d6
Author: Zixin Zhou <[email protected]>
AuthorDate: Sun Mar 2 18:48:14 2025 +0800

    Add skywalking go agent self observability menu (#452)
---
 src/locales/lang/menus/en.ts | 3 +++
 src/locales/lang/menus/es.ts | 5 ++++-
 src/locales/lang/menus/zh.ts | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/locales/lang/menus/en.ts b/src/locales/lang/menus/en.ts
index fb889d85..d9accba1 100644
--- a/src/locales/lang/menus/en.ts
+++ b/src/locales/lang/menus/en.ts
@@ -128,6 +128,9 @@ const titles = {
   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.",
+  self_observability_go_agent: "SkyWalking Go Agent",
+  self_observability_go_agent_desc:
+    "The self observability of SkyWalking Go 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 937db272..6476a6d6 100644
--- a/src/locales/lang/menus/es.ts
+++ b/src/locales/lang/menus/es.ts
@@ -128,7 +128,10 @@ const titles = {
     "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.",
+    "La auto-observabilidad de SkyWalking Java Agent, que proporciona la 
capacidad de medir el rendimiento del trazado y las estadísticas de errores de 
los plugins.",
+  self_observability_go_agent: "SkyWalking Go Agent",
+  self_observability_go_agent_desc:
+    "La auto-observabilidad de SkyWalking Go Agent, que proporciona la 
capacidad de medir el rendimiento del trazado y las estadísticas de errores de 
los 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 e8dc44de..8e0e7a80 100644
--- a/src/locales/lang/menus/zh.ts
+++ b/src/locales/lang/menus/zh.ts
@@ -113,6 +113,8 @@ const titles = {
     "Satellite:为云原生基础设施设计的开源代理,提供了一种低成本、高效、更安全的遥测数据收集方式。它是遥测采集的推荐负载均衡器。",
   self_observability_java_agent: "SkyWalking Java Agent",
   self_observability_java_agent_desc: "SkyWalking Java Agent 自监控提供了对 agent 
插件的性能追踪和错误统计。",
+  self_observability_go_agent: "SkyWalking Go Agent",
+  self_observability_go_agent_desc: "SkyWalking Go Agent 自监控提供了对 agent 
插件的性能追踪和错误统计。",
   cilium: "Cilium",
   cilium_desc: "Cilium是Kubernetes上的CNI插件,提供基于eBPF的网络、安全和负载均衡。",
   cilium_service: "Cilium服务",

Reply via email to