From b2dd79744b33434a9c1f0f8c09d846bbccb8c8a0 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Wed, 16 Apr 2025 05:50:50 +0800 Subject: [PATCH] fix: correct syntax for 'from' field in OpenTelemetry configuration 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 1ef1b909..9756f1c6 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -21,7 +21,7 @@ spec: parse_from: record.time.timestamp layout: unix_float - type: move - from record.level.name + from: record.level.name to: severity - type: move from: record.message