-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent concurrent
::export()
calls in span processor (#788)
* Prevent concurrent `::export()` calls in batch span processor * Prevent concurrent `::export()` calls in simple span processor * Allow disabling auto-flush in batch processor `::onEnd()` * Include in-flight batches in queue limit * Handle exporter exceptions to prevent termination of worker * Use `LogsMessagesTrait`
- Loading branch information
Showing
7 changed files
with
488 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.