From 4d591a03c057d8008bccd2eadb5e1ccff822e902 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 21 Apr 2025 15:15:30 +0800 Subject: [PATCH] fix(opentelemetry): reduce batch send size for log processing to improve performance 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 56e8088f..dbe297f3 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -67,7 +67,7 @@ spec: key: kubernetes.node_name from_attribute: k8s.node.name batch: - send_batch_size: 1000 + send_batch_size: 5 timeout: 10s exporters: loki: