Versions in this module Expand all Collapse all v0 v0.5.0 Jul 17, 2025 v0.4.0 Jan 7, 2025 Changes in this version + var GetProvider = metrics.GetProvider + func NewTMSProvider(tmsID token.TMSID, provider Provider) *tmsProvider + func StatsdFormat(extraLabels ...MetricLabel) string + type Counter = metrics.Counter + type CounterOpts = metrics.CounterOpts + type Gauge = metrics.Gauge + type GaugeOpts = metrics.GaugeOpts + type Histogram = metrics.Histogram + type HistogramOpts = metrics.HistogramOpts + type MetricLabel = string + const ChannelLabel + const NamespaceLabel + const NetworkLabel + func AllLabelNames(extraLabels ...MetricLabel) []MetricLabel + type Provider = metrics.Provider