cardano-community / guild-operators

Artifacts and scripts created by Guild operators
https://cardano-community.github.io/guild-operators
MIT License
354 stars 177 forks source link

Add missed slots to displayed statistics #1101

Closed orpheus-antpool closed 3 years ago

orpheus-antpool commented 3 years ago

Missed slots are an important performance metric for SPOs. This should be captured and displayed by gLIveView.sh from Prometheus, e.g.: curl -s localhost:12798/metrics | grep cardano_node_metrics_slotsMissedNum_int | cut -f 2 -d ' '

rdlrt commented 3 years ago

*Discussion already part of #1102

Scitz0 commented 3 years ago

Thanks for your contribution, PR now merged into alpha with some minor changes.