From d85f9408e41ed1a815ccd086da18d43dc130036d Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 31 Jul 2025 23:17:45 +0800 Subject: [PATCH] fix: change Chinese comments to English in OpenTelemetry configs - Replace Chinese comments with English in opentelemetry.yaml files - Maintain consistent English-only comments in freeleaps-ops repository - Keep the same functionality while improving code readability --- .../centralStorage/templates/central-storage/opentelemetry.yaml | 2 +- freeleaps/helm-pkg/devsvc/templates/devsvc/opentelemetry.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml b/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml index 1777e241..4a718bf3 100644 --- a/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml +++ b/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml @@ -122,7 +122,7 @@ spec: level: info pipelines: logs: - receivers: [filelog] # 只使用文件日志接收器,避免重复收集 + receivers: [filelog] # Only use filelog receiver to prevent duplicate collection processors: [resource, transform, batch] exporters: [otlphttp/logs] {{- end }} \ No newline at end of file diff --git a/freeleaps/helm-pkg/devsvc/templates/devsvc/opentelemetry.yaml b/freeleaps/helm-pkg/devsvc/templates/devsvc/opentelemetry.yaml index 0a12019d..21189f74 100644 --- a/freeleaps/helm-pkg/devsvc/templates/devsvc/opentelemetry.yaml +++ b/freeleaps/helm-pkg/devsvc/templates/devsvc/opentelemetry.yaml @@ -120,7 +120,7 @@ spec: level: info pipelines: logs: - receivers: [filelog] # 只使用文件日志接收器,避免重复收集 + receivers: [filelog] # Only use filelog receiver to prevent duplicate collection processors: [resource, transform, batch] exporters: [otlphttp/logs] {{- end }} \ No newline at end of file