mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-06 20:13:59 -05:00
This PR adds a Summary metric to measure the p2p topic validation time for attestations arriving from the network. It times the `validateCommitteeIndexBeaconAttestation` method. The metric is called `gossip_attestation_verification_milliseconds` **Acknowledgements** - [x] I have read [CONTRIBUTING.md](https://github.com/prysmaticlabs/prysm/blob/develop/CONTRIBUTING.md). - [x] I have included a uniquely named [changelog fragment file](https://github.com/prysmaticlabs/prysm/blob/develop/CONTRIBUTING.md#maintaining-changelogmd). - [x] I have added a description to this PR with sufficient context for reviewers to understand this PR. --------- Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
131 B
131 B
Added
- prometheus metric
gossip_attestation_verification_millisecondsto track attestation gossip topic validation latency.