-
Notifications
You must be signed in to change notification settings - Fork 117
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
Additional mempool metrics #2878
Conversation
What about transactions that are verified as part of blocks? |
We don't have metrics for those yet. That dashboard only showed mempool transactions |
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.
I think the dashboard looks great, the code is also ok for me. I am not very familiar with the PinnedDrop
part and but i guess this is fine.
Great work.
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.
I have some optional suggestions about counter names.
The PinnedDrop
looks fine, we're not doing anything unsafe or even risky in the drop impl.
Motivation
We need mempool metrics.
Specifications
Designs
Which metrics and their names were discussed in #2626
Solution
Closes #2626
Closes #2627 (please check. I think it does, since inbound = downloader, outbound = gossiped)
Review
Required for beta release. Anyone can review.
Reviewer Checklist
Follow Up Work