Skip to content
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 panel for failing registrations #252

Open
xenowits opened this issue Feb 7, 2024 · 0 comments
Open

add panel for failing registrations #252

xenowits opened this issue Feb 7, 2024 · 0 comments
Labels
protocol protocol team tickets

Comments

@xenowits
Copy link
Collaborator

xenowits commented Feb 7, 2024

🎯 Problem to be solved

Users don't have a way to check if their validator registrations are failing. There's also a feature currently in progress in charon that adds failing registrations as health-check.

The health check combined with the new panel will enable our users to more effectively monitor their MEV setups.

🧪 Tests

Add a panel to this repo that shows failing registrations similar to the following (Charon Overview v3/Duties):

Screenshot 2024-02-07 at 16 38 26

A modification of the following prometheus query can work:

max(increase(app_eth2_errors_total{endpoint=~"submit_validator_registrations", cluster_name=~"$cluster_name"}[$__range])) by (cluster_peer, cluster_name)

👐 Additional acceptance criteria

None

❌ Out of Scope

None

@github-actions github-actions bot added the protocol protocol team tickets label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
protocol protocol team tickets
Projects
None yet
Development

No branches or pull requests

1 participant