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
This commit is contained in:
Nicolas 2025-07-31 23:17:45 +08:00
parent 5101e6d2cd
commit d85f9408e4
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 }}