fix(opentelemetry): remove k8sattributes processor from logs pipeline for simplification

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-04-21 16:32:06 +08:00
parent 1967a7444c
commit 2e1879298f

View File

@ -94,6 +94,6 @@ spec:
pipelines:
logs:
receivers: [filelog]
processors: [k8sattributes, attributes, batch]
processors: [attributes, batch]
exporters: [otlphttp/logs, debug]
{{- end }}