From 7d66c9831096e1f364e734b9bd1cd052e22bfbd0 Mon Sep 17 00:00:00 2001 From: Dmitry Anoshin Date: Thu, 20 Feb 2025 17:53:22 -0800 Subject: [PATCH] Remove bumped number of batch exporter workers in noDropLogsPipeline The number of workers was increased to overcome https://github.com/open-telemetry/opentelemetry-collector/issues/10368. New pulling batcher was introduces and enabled by default in 0.119.0. So this hack isn't needed anymore --- .../splunk-otel-collector/templates/config/_common.tpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/helm-charts/splunk-otel-collector/templates/config/_common.tpl b/helm-charts/splunk-otel-collector/templates/config/_common.tpl index 42f587a90..554d95f0a 100644 --- a/helm-charts/splunk-otel-collector/templates/config/_common.tpl +++ b/helm-charts/splunk-otel-collector/templates/config/_common.tpl @@ -415,10 +415,8 @@ splunk_hec/platform_logs: {{- if .addPersistentStorage }} storage: file_storage/persistent_queue {{- end }} - {{- if not .Values.featureGates.noDropLogsPipeline }} num_consumers: {{ .Values.splunkPlatform.sendingQueue.numConsumers }} - {{- else }} - num_consumers: 25 + {{- if .Values.featureGates.noDropLogsPipeline }} batcher: enabled: true flush_timeout: 200ms