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

fix(log): Add some missing tracing spans #4660

Merged
merged 2 commits into from
Jun 23, 2022
Merged

fix(log): Add some missing tracing spans #4660

merged 2 commits into from
Jun 23, 2022

Conversation

teor2345
Copy link
Contributor

@teor2345 teor2345 commented Jun 21, 2022

Motivation

Some zebra-network tasks are missing the global tracing span.

Review

Anyone can review this low-priority PR.

Reviewer Checklist

  • Address book and next peer tasks have global spans

Follow Up Work

This might be related to the bug blocking ticket #4576, but there were also spans missing in try_to_sync.

@teor2345 teor2345 added C-bug Category: This is a bug P-Low ❄️ A-network Area: Network protocol updates or fixes A-diagnostics Area: Diagnosing issues or monitoring performance labels Jun 21, 2022
@teor2345 teor2345 requested a review from a team as a code owner June 21, 2022 04:33
@teor2345 teor2345 requested review from upbqdn and removed request for a team June 21, 2022 04:33
@teor2345 teor2345 self-assigned this Jun 21, 2022
@codecov
Copy link

codecov bot commented Jun 21, 2022

Codecov Report

Merging #4660 (f4cf04f) into main (c75a68e) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #4660   +/-   ##
=======================================
  Coverage   78.81%   78.82%           
=======================================
  Files         304      304           
  Lines       37509    37506    -3     
=======================================
- Hits        29564    29563    -1     
+ Misses       7945     7943    -2     

Copy link
Member

@upbqdn upbqdn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All looks good. I checked that the address book and next peer tasks have global spans.

@teor2345
Copy link
Contributor Author

@Mergifyio update

@mergify
Copy link
Contributor

mergify bot commented Jun 23, 2022

update

✅ Branch has been successfully updated

@mergify mergify bot merged commit 6aea0fd into main Jun 23, 2022
@mergify mergify bot deleted the net-tracing branch June 23, 2022 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-diagnostics Area: Diagnosing issues or monitoring performance A-network Area: Network protocol updates or fixes C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants