From b42a6ee07f0186d278ed86bc61d6bddd3d31597e Mon Sep 17 00:00:00 2001 From: zhenyus Date: Wed, 16 Apr 2025 07:26:40 +0800 Subject: [PATCH] fix: remove unnecessary transform processor from OpenTelemetry log pipeline Signed-off-by: zhenyus --- .../authentication/templates/authentication/opentelemetry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml index eb675c30..f7d3f0fc 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -77,6 +77,6 @@ spec: pipelines: logs: receivers: [filelog] - processors: [k8sattributes, resource, transform, batch] + processors: [k8sattributes, resource, batch] exporters: [debug, loki] {{- end }} \ No newline at end of file