-
Notifications
You must be signed in to change notification settings - Fork 487
Combined logging dataflows #31229
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
Combined logging dataflows #31229
Conversation
b1a8723 to
65e5dc1
Compare
65e5dc1 to
6ae9272
Compare
teskje
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, my comments are mostly about removing/simplifying stuff. There is one about not naming the logging regions Dataflow: * that I think is important though.
39a02cb to
da857ac
Compare
teskje
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once CI agrees. Might be a good idea to run the Nightlies as well.
Pass compute events through a stream instead of injecting them into the compute event log. Signed-off-by: Moritz Hoffmann <[email protected]>
da857ac to
cacf32e
Compare
Combine all logging dataflows into a single dataflow.
This allows easier sharing between the dataflows as events can be send through streams, instead of injecting them into the log events for later processing. The change looks substantial, but shouldn't alter behavior other than that injected commands pass through actual streams instead of injecting them into the logging dataflows.
This has some benefits: The injected commands are consistent, i.e., they arrive at the expected time, and this change enables us to share information across logging dataflows more easily, for example to do analysis such as #31246.
Checklist
$T ⇔ Proto$Tmapping (possibly in a backwards-incompatible way), then it is tagged with aT-protolabel.