-
Notifications
You must be signed in to change notification settings - Fork 10
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
Finality Voting Threshold metrics for alerting #323
Comments
Potentially also: per finalizer, total delta time between block time and vote time. This would give a picture of how long it takes for each finalizer to vote after a block is produced. |
Decision needed: should we add this to Prometheus or Debug logs, or both? |
The logs already provide the above information and more. Moreover, we now have a new endpoint (see #453) that provides useful information about the last votes by each finalizer which can more easily be used to build alerting tools to alert if some finalizers are failing to participate. So I think we can close this issue. |
Observability and alerting will be important to allow production network operators to remediate when voting falls below a threshold that will allow finality to advance.
To this end, Node Operators need a way to configure alerts that fire when finality voting falls below a configurable threshold.
Suggested Metrics:
This issue is related to #227
The text was updated successfully, but these errors were encountered: