From 2e1879298f21b07764b48e1df5929179eb92871e Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 21 Apr 2025 16:32:06 +0800 Subject: [PATCH] fix(opentelemetry): remove k8sattributes processor from logs pipeline for simplification 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 f7914f85..601a0308 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -94,6 +94,6 @@ spec: pipelines: logs: receivers: [filelog] - processors: [k8sattributes, attributes, batch] + processors: [attributes, batch] exporters: [otlphttp/logs, debug] {{- end }} \ No newline at end of file