-
Notifications
You must be signed in to change notification settings - Fork 721
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
Update ouroboros-network & tracing changes #3497
Conversation
f1feeb5
to
b45322e
Compare
b45322e
to
bdace4a
Compare
bdace4a
to
911f7c3
Compare
69dfdd1
to
4cd87ec
Compare
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.
I'd like a newer ouroboros-network version once IntersectMBO/ouroboros-network#3535 is merged.
4cd87ec
to
28dce18
Compare
28dce18
to
8a3f65a
Compare
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.
A couple minor formatting changes and 1 question concerning the setting of default tracers. Looks good otherwise 👍
90f9b7a
to
75d8f90
Compare
This change integrates the new `LocalTxMonitor` mini-protocol for `node-to-client` connections.
* TraceConnectionManager * TraceInboundGovernor * TracePeerSelection * TracePeerSelectionActions All of them are not chatty if network conditions are stable.
Peer selection counters should be logged if `tracePeerSelectionCounters` is set, not `tracePeerSelection`. Their name space should be `PeerSelectionCounters` not `PeerSelection`.
The network related tracers, has been codeowned by the networking team; let's preserve this for the new tracing system.
75d8f90
to
cfe3da0
Compare
bors merge |
3497: Update ouroboros-network & tracing changes r=coot a=coot Make the following traces on by default: * TraceConnectionManager * TraceInboundGovernor * TracePeerSelection * TracePeerSelectionActions All of them are not chatty if network conditions are stable. * Fix peer selection tracer. * Add transition tracers IntersectMBO/ouroboros-network#3571 Co-authored-by: Marcin Szamotulski <coot@coot.me> Co-authored-by: Marcin Szamotulski <profunctor@pm.me>
Build failed: |
bors merge |
3497: Update ouroboros-network & tracing changes r=coot a=coot Make the following traces on by default: * TraceConnectionManager * TraceInboundGovernor * TracePeerSelection * TracePeerSelectionActions All of them are not chatty if network conditions are stable. * Fix peer selection tracer. * Add transition tracers IntersectMBO/ouroboros-network#3571 Co-authored-by: Marcin Szamotulski <coot@coot.me> Co-authored-by: Marcin Szamotulski <profunctor@pm.me>
This PR was included in a batch that successfully built, but then failed to merge into master. It will not be retried. Additional information: {"message":"Waiting on code owner review from deepfire, denisshevchenko, and/or jutaro.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
bors merge |
Build succeeded: |
Make the following traces on by default:
All of them are not chatty if network conditions are stable.
IntersectMBO/ouroboros-network#3571