Versions in this module Expand all Collapse all v1 v1.7.17 Aug 31, 2022 Changes in this version + type Metrics interface + AddValidatorSetsDuration func(time.Duration) + AddValidatorSetsHeightDiff func(uint64) + IncValidatorSetsCached func() + IncValidatorSetsCreated func() + MarkAccepted func(blocks.Block) error + MarkOptionVoteLost func() + MarkOptionVoteWon func() + SetLocalStake func(uint64) + SetPercentConnected func(percent float64) + SetSubnetPercentConnected func(subnetID ids.ID, percent float64) + SetTotalStake func(uint64) + var Noop Metrics = noopMetrics{} + func New(namespace string, registerer prometheus.Registerer, whitelistedSubnets ids.Set) (Metrics, error)