Skip to content

Commit

Permalink
Remove bumped number of batch exporter workers in noDropLogsPipeline
Browse files Browse the repository at this point in the history
The number of workers was increased to overcome open-telemetry/opentelemetry-collector#10368. New pulling batcher was introduces and enabled by default in 0.119.0. So this hack isn't needed anymore
  • Loading branch information
dmitryax committed Feb 21, 2025
1 parent 2801bf1 commit 7d66c98
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d66c98

Please sign in to comment.