sigp / lighthouse-metrics

A docker-compose with Grafana + Prometheus for monitoring Lighthouse
145 stars 49 forks source link

Update formula in attestation sim #51

Closed michaelsproul closed 3 months ago

michaelsproul commented 3 months ago

Update the formulas to calculate correct hit rates as hit / (hit + miss) rather than 1 - miss/hit.

Bug found by @chong-he