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:
parent
fb368eb8d8
commit
f45f79e32e
@ -67,6 +67,6 @@ spec:
|
|||||||
pipelines:
|
pipelines:
|
||||||
logs:
|
logs:
|
||||||
receivers: [filelog]
|
receivers: [filelog]
|
||||||
processors: [attributes, batch]
|
processors: [transform, batch]
|
||||||
exporters: [otlphttp/logs, debug]
|
exporters: [otlphttp/logs, debug]
|
||||||
{{- end }}
|
{{- end }}
|
||||||
Loading…
Reference in New Issue
Block a user