diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml index 9e0a8eea..d8b5bb1b 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -48,8 +48,8 @@ spec: - context: log statements: - set(log.body["kubernetes"], log.attributes["kubernetes"]) - - set(log.attributes["service.name"], log.attributes["context"]["app"]) - - set(log.attributes["deployment.environment"], log.attributes["context"]["env"]) + - set(log.attributes["service"]["name"], log.attributes["context"]["app"]) + - set(log.attributes["deployment"]["environment"], log.attributes["context"]["env"]) batch: send_batch_size: 5 timeout: 10s