Commit Graph

3 Commits

Author SHA1 Message Date
Jim McDonald 919a519b32
Linting.
Fix lint warnings given by revive (successor to golint).
2021-07-18 07:46:01 +01:00
Jim McDonald ad1495bae6
Fix 'vouch_attestation_process_duration_seconds'.
This metric used to count the number of internal attestation processes
carried out, however a single attestation process can involve multiple
validators if they are attesting in the same slot and committee.  This
fix ensures that the metrics reflect the number of attestations, not the
number of processes.
2020-12-16 14:05:11 +00:00
Jim McDonald bee97962e7
Initial release 2020-09-28 07:46:00 +01:00