We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Periodically calculate validator_balance metric for all validators in charon.
validator_balance
Effectiveness is calculated as follows:
total_balance = [GET /eth/v1/beacon/states/{state_id}/validator_balances].data[0].balance
instrumentValidator
scheduler.resolveActiveValidators
IsActive
core_scheduler_validator_effective_balance_gwei[pubkey]
Note that this is a potential high cardinality metric.
None
The text was updated successfully, but these errors were encountered:
https://www.attestant.io/posts/understanding-validator-effective-balance/
Sorry, something went wrong.
core/scheduler: add validator balance (#1051)
e3efc42
Adds validator balance metric in scheduler. category: misc ticket: #981
dB2510
Successfully merging a pull request may close this issue.
Problem to be solved
Periodically calculate
validator_balance
metric for all validators in charon.Effectiveness is calculated as follows:
Proposed solution
instrumentValidator
function toscheduler.resolveActiveValidators
after theIsActive
check.core_scheduler_validator_effective_balance_gwei[pubkey]
gaugeNote that this is a potential high cardinality metric.
Out of Scope
None
The text was updated successfully, but these errors were encountered: