Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BatchingProcessor should export when max size is reached #704

Closed
MikeGoldsmith opened this issue May 27, 2020 · 1 comment
Closed

BatchingProcessor should export when max size is reached #704

MikeGoldsmith opened this issue May 27, 2020 · 1 comment
Labels
enhancement New feature or request pkg:OpenTelemetry Issues related to OpenTelemetry NuGet package

Comments

@MikeGoldsmith
Copy link
Member

Both BatchingSpanProcessor and BatchingActivityProcessor just return when trying to add a span / activity and the queued items are equal or greater than the configured max queue size.

A configuration option could be considered to trigger an export when the queue max is reached instead only relying on interval flushing.

Raised by @pjanotti in #697.

@MikeGoldsmith MikeGoldsmith added enhancement New feature or request pkg:OpenTelemetry Issues related to OpenTelemetry NuGet package area: Exporter labels May 27, 2020
@cijothomas
Copy link
Member

This was already fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pkg:OpenTelemetry Issues related to OpenTelemetry NuGet package
Projects
None yet
Development

No branches or pull requests

2 participants