You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The otelarrow exporter uses the exporterhelper, a common component from OpenTelemetry Collector-core. The exporterhelper does not support back-pressure, instead of drops data or returns immediately to the user.
#93)
This PR adds a new config option in the `concurrentbatchprocessor` named
`max_in_flight_bytes`. This config option will be used by processor to
control admission (using a semaphore) into the producer queue based on
the size of requests.
Fixes#80.
Fixes#11.
---------
Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
The
otelarrow
exporter uses theexporterhelper
, a common component from OpenTelemetry Collector-core. Theexporterhelper
does not support back-pressure, instead of drops data or returns immediately to the user.We are tracking these issues:
open-telemetry/opentelemetry-collector#8245
open-telemetry/opentelemetry-collector#8122
The text was updated successfully, but these errors were encountered: