-
Notifications
You must be signed in to change notification settings - Fork 54
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 Stage Wiring #567
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files☔ View full report in Codecov by Sentry. |
3b6b34e
to
cb71f2d
Compare
65fbf51
to
5e95560
Compare
cb71f2d
to
902435d
Compare
902435d
to
241dd6a
Compare
35ee4d2
to
0cec9fe
Compare
f6d61b0
to
74bb9f2
Compare
8a94e73
to
6af6cdd
Compare
6af6cdd
to
dac37f6
Compare
* feat(derive): wire up the batch span stage (#567) * fix: missing flush
Description
Wires up the
BatchStream
stage into pipeline instantiations.Makes progress on #559.