Versions in this module Expand all Collapse all v1 v1.9.8 Jun 28, 2023 Changes in this version + type Height interface + Accepted func(height uint64) + func NewHeight(namespace string, reg prometheus.Registerer) (Height, error) + type Latency interface + Accepted func(id ids.ID, pollNumber uint64, containerSize int) + Issued func(id ids.ID, pollNumber uint64) + MeasureAndGetOldestDuration func() time.Duration + NumProcessing func() int + Rejected func(id ids.ID, pollNumber uint64, containerSize int) + func NewLatency(metricName, descriptionName string, log logging.Logger, namespace string, ...) (Latency, error) + type Polls interface + Failed func() + Successful func() + func NewPolls(namespace string, reg prometheus.Registerer) (Polls, error) + type Timestamp interface + Accepted func(ts time.Time) + func NewTimestamp(namespace string, reg prometheus.Registerer) (Timestamp, error) v1.9.8-rc.9 Jun 28, 2023