-
Notifications
You must be signed in to change notification settings - Fork 355
gui: fix gossip votes in sankey #7014
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
Conversation
bb220f2 to
b15faf3
Compare
Performance Measurements ⏳
|
| return; | ||
| } | ||
|
|
||
| if( FD_UNLIKELY( ctx->in_kind[ in_idx ]==IN_KIND_GOSSIP ) ) ctx->metrics.gossiped_votes_cnt++; |
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.
Isn't this metric also already tracked via. the link metrics?
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.
verify subscribes to gossip_out, which includes other frag types not just votes. They get filtered in the verify tile.
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.
.
b15faf3 to
e103e6e
Compare
Performance Measurements ⏳
|
No description provided.