fix(opentelemetry): update processors in logs pipeline to use transform instead of attributes

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-04-21 16:44:36 +08:00
parent fb368eb8d8
commit f45f79e32e

View File

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