-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add metrics to capture the state of partial messages #812
Milestone
Comments
masih
added a commit
that referenced
this issue
Jan 27, 2025
Add metrics that measure various aspects of chain exchange and partial messages, including: * The number of messages pending partial messages. * The total number instances with a partial message. * The chain exchange broadcast count. * The length of broadcast chain. * The time spent on chain exchange validation. * Qualify existing GPBFT validation metrics with partial message attribute. * The number of duplicate partial messages qualified with equivocation attribute. Fixes: #812
masih
added a commit
that referenced
this issue
Jan 29, 2025
Add metrics that measure various aspects of chain exchange and partial messages, including: * The number of messages pending partial messages. * The total number instances with a partial message. * The chain exchange broadcast count. * The length of broadcast chain. * The time spent on chain exchange validation. * Qualify existing GPBFT validation metrics with partial message attribute. * The number of duplicate partial messages qualified with equivocation attribute. Fixes: #812
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 29, 2025
Add metrics that measure various aspects of chain exchange and partial messages, including: * The number of messages pending partial messages. * The total number instances with a partial message. * The chain exchange broadcast count. * The length of broadcast chain. * The time spent on chain exchange validation. * Qualify existing GPBFT validation metrics with partial message attribute. * The number of duplicate partial messages qualified with equivocation attribute. Fixes: #812
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A whole host of functionality is/being introduced as part of #792. Implement additional metrics to observe the new system state, namely:
The text was updated successfully, but these errors were encountered: