otel-arrow icon indicating copy to clipboard operation
otel-arrow copied to clipboard

OTLP exporter Ack/Nack exposes limited concurrency

Open jmacd opened this issue 2 months ago • 0 comments

The OTLP exporter can export one request at a time, as it blocks the component.

Exporter components will want a standardized way to support a number of concurrent exports. In the OpenTelemetry Collector, exporterhelper supports a num_consumers configuration, expressing the number of parallel consumers reading from the input queue.

jmacd avatar Oct 21 '25 18:10 jmacd