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
Currently, users experiencing high validator registration failures don't have a way to monitor these.
The health checks in charon is a good way to report such problems to our users.
high_registration_failure_rate
app/check
warning
>= 70%
Simulate high registration failure rate and check if the health check reports properly in local simnets.
In happy case, you should expect:
In case of high failure rate, expect this instead (high_registration_failure_rate : warning)
high_registration_failure_rate : warning
The text was updated successfully, but these errors were encountered:
Hey team! Please add your planning poker estimate with Zenhub @dB2510 @gsora @pinebit @xenowits
Sorry, something went wrong.
high_registration_failures_rate
app/health: high_registration_failures_rate check (#2876)
e7e6704
Added `high_registration_failure_rate` to `app/check` package. category: feature ticket: #2760
Done.
pinebit
No branches or pull requests
🎯 Problem to be solved
Currently, users experiencing high validator registration failures don't have a way to monitor these.
The health checks in charon is a good way to report such problems to our users.
🛠️ Proposed solution
high_registration_failure_rate
to theapp/check
packagewarning
severity level if>= 70%
of registrations fail in an epochTests
Simulate high registration failure rate and check if the health check reports properly in local simnets.
In happy case, you should expect:
In case of high failure rate, expect this instead (
high_registration_failure_rate : warning
)The text was updated successfully, but these errors were encountered: