You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the app_monitoring_readyz only distinguishes between ready (1) and not ready (0).
It is however very helpful to users to know whether their beacon node is down vs peers are down as different actions are required.
Proposed solution
Distinguish between different values for app_monitoring_readyz:
0: unset
1: ready!
2: beacon node down
3: insufficient peers
Out of Scope
We might need to add some kind of "beacon node score" metric which indicates how good your beacon node is, since that is the main thing affecting performance. We can do something with bn_error_count and bn_latency and create a score out of 100?
The text was updated successfully, but these errors were encountered:
Problem to be solved
Currently, the
app_monitoring_readyz
only distinguishes between ready (1) and not ready (0).It is however very helpful to users to know whether their beacon node is down vs peers are down as different actions are required.
Proposed solution
Distinguish between different values for
app_monitoring_readyz
:Out of Scope
We might need to add some kind of "beacon node score" metric which indicates how good your beacon node is, since that is the main thing affecting performance. We can do something with bn_error_count and bn_latency and create a score out of 100?
The text was updated successfully, but these errors were encountered: