From 90b4b3bb9b0bb79f51f8b39539f7fe102f068ff7 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 21 Apr 2025 14:49:20 +0800 Subject: [PATCH] fix(opentelemetry): simplify log transformation by removing unnecessary merge operation 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 f6303e96..bb4696dc 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -61,7 +61,7 @@ spec: log_statements: - context: log statements: - - set(body, merge_maps(body, body.attributes, true)) + - set(body, body.attributes) - delete_key(body, "attributes") - delete_key(body, "resources") batch: