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
Describe the bug validator_monitor_slashed is dropped to zero after node resart and then recovers to previous setting.
This makes difficult to catch the slashed validators. Restart causes drop/spike.
We can workaround it, but it's not obvious for other users and causes either delayed or false positive alerts.
To Reproduce
Prepare a node with validator monitoring and slashed validator
Read the validator_monitor_slashed metric (not zero)
Restart the node
Read the validator_monitor_slashed metric (zero)
Give it some time
Read the validator_monitor_slashed metric (not zero)
Screenshots
Possible solutions
Don't provide the metric until all validators are loaded
Reset the counter on node restart completely
The text was updated successfully, but these errors were encountered:
yakimant
changed the title
validator_monitor_slashed is
validator_monitor_slashed is showing zero until validators loaded
Jan 20, 2025
Describe the bug
validator_monitor_slashed
is dropped to zero after node resart and then recovers to previous setting.This makes difficult to catch the slashed validators. Restart causes drop/spike.
We can workaround it, but it's not obvious for other users and causes either delayed or false positive alerts.
To Reproduce
validator_monitor_slashed
metric (not zero)validator_monitor_slashed
metric (zero)validator_monitor_slashed
metric (not zero)Screenshots
Possible solutions
The text was updated successfully, but these errors were encountered: