-
Notifications
You must be signed in to change notification settings - Fork 470
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
network: fix misplaced p2p received TX metric #6144
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6144 +/- ##
=======================================
Coverage 56.28% 56.28%
=======================================
Files 494 494
Lines 69958 69958
=======================================
+ Hits 39375 39378 +3
+ Misses 27912 27904 -8
- Partials 2671 2676 +5 ☔ View full report in Codecov by Sentry. |
8586d2e
to
0bdaf73
Compare
0bdaf73
to
8fec6f8
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
Most of this was already merged in #6147 |
Summary
Moved metrics to RecvRPC to count them as early as possible similarly to wsnet.
Test Plan
Existing tests