-
Notifications
You must be signed in to change notification settings - Fork 50
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
feat(derive): BatchStream
buffering
#590
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files☔ View full report in Codecov by Sentry. |
Dawg: #576 |
Assignee: #559 |
9b7eef7
to
8ea6783
Compare
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Overview
Implements the rest of the
BatchStream
, buffering the span batch that is received and sending onlySingleBatch
es to the batch queue.