diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml index 2a6f0933..39f5ab9c 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -43,7 +43,7 @@ spec: - k8s.deployment.uid - k8s.namespace.name - k8s.node.name - attributes/k8s: + attributes: actions: - action: insert key: kubernetes.pod_name @@ -66,8 +66,6 @@ spec: - action: insert key: kubernetes.node_name from_attribute: k8s.node.name - attributes/labeling: - actions: - action: insert key: app from_attribute: context.app @@ -93,6 +91,6 @@ spec: pipelines: logs: receivers: [filelog] - processors: [k8sattributes, attributes/k8s, attributes/labeling, transform, batch] + processors: [k8sattributes, attributes, transform, batch] exporters: [otlphttp/logs, debug] {{- end }} \ No newline at end of file