charon-distributed-validator-node icon indicating copy to clipboard operation
charon-distributed-validator-node copied to clipboard

add panel for failing registrations

Open xenowits opened this issue 1 year ago โ€ข 0 comments

๐ŸŽฏ 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

xenowits avatar Feb 07 '24 11:02 xenowits