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:
parent
5101e6d2cd
commit
d85f9408e4
@ -122,7 +122,7 @@ spec:
|
|||||||
level: info
|
level: info
|
||||||
pipelines:
|
pipelines:
|
||||||
logs:
|
logs:
|
||||||
receivers: [filelog] # 只使用文件日志接收器,避免重复收集
|
receivers: [filelog] # Only use filelog receiver to prevent duplicate collection
|
||||||
processors: [resource, transform, batch]
|
processors: [resource, transform, batch]
|
||||||
exporters: [otlphttp/logs]
|
exporters: [otlphttp/logs]
|
||||||
{{- end }}
|
{{- end }}
|
||||||
@ -120,7 +120,7 @@ spec:
|
|||||||
level: info
|
level: info
|
||||||
pipelines:
|
pipelines:
|
||||||
logs:
|
logs:
|
||||||
receivers: [filelog] # 只使用文件日志接收器,避免重复收集
|
receivers: [filelog] # Only use filelog receiver to prevent duplicate collection
|
||||||
processors: [resource, transform, batch]
|
processors: [resource, transform, batch]
|
||||||
exporters: [otlphttp/logs]
|
exporters: [otlphttp/logs]
|
||||||
{{- end }}
|
{{- end }}
|
||||||
Loading…
Reference in New Issue
Block a user