-
Notifications
You must be signed in to change notification settings - Fork 1
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
missed rounds metric #159
Comments
This is in the current UX plan for Digital Asset CN engineering |
@sgatewood-da, do you have a readme for that script? How do you set it up properly to get constant information about the missed rounds? |
Can the "missed rounds" metric count as the uptime in terms of availability of the network and accessibility of standalone validators? |
Here is an example invocation: python3 missed-rounds.py --verbose --party 'Digital-Asset-1::123456789abcedef' --begin-record-time '2024-09-24T14:00:26Z' --end-record-time '2024-09-24T16:00:26Z' --begin-migration-id 0 https://scan.sv-1.global.canton.network.digitalasset.com/ |
if
missed-rounds.py
could somehow be a metric (e.g. exposed by scan) that would be very neatCould have alarms go off when you're missing out on coin
maybe like a Gauge of "total coin missed in the last 6 rounds", per SV?
The text was updated successfully, but these errors were encountered: