rewards-statistics-collector subsystem#9687
Open
EclesioMeloJunior wants to merge 177 commits intoparitytech:masterfrom
Open
rewards-statistics-collector subsystem#9687EclesioMeloJunior wants to merge 177 commits intoparitytech:masterfrom
EclesioMeloJunior wants to merge 177 commits intoparitytech:masterfrom
Conversation
|
User @EclesioMeloJunior, please sign the CLA here. |
alexggh
reviewed
Sep 9, 2025
alexggh
reviewed
Sep 9, 2025
…sdk into statistics-collector
alexggh
reviewed
Sep 10, 2025
Contributor
|
ref github.com/polkadot-fellows/RFCs/pull/119 |
alexggh
reviewed
Sep 18, 2025
polkadot/node/network/availability-recovery/src/task/strategy/chunks.rs
Outdated
Show resolved
Hide resolved
…sdk into statistics-collector
9 tasks
P1sar
reviewed
Sep 23, 2025
…sdk into statistics-collector
…sdk into statistics-collector
…lied_if_chunks_only`
…sdk into statistics-collector
alexggh
approved these changes
Feb 3, 2026
Contributor
alexggh
left a comment
There was a problem hiding this comment.
Left you two more small comments, other than that, it looks alright.
polkadot/node/core/rewards-statistics-collector/src/availability_distribution_metrics.rs
Outdated
Show resolved
Hide resolved
alexggh
reviewed
Feb 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Rewards Statistics CollectorsubsytemNext Steps
Deployment Plan
The goal is to release this subsystem under a feature flag to collect approvals tallies (amount of useful approval votes and no-shows happened in a given session per validator), and publish them as prometheus metrics so we can measure the tallies amongst a set of validators.
The next step is to build the flow that publishes the approvals tallies on-chain, so each active validator will have the opportunity to publish its own approvals tally, which them can be used to calculate the approvals rewards (based on the median of each validator's tally).