package
0.1.16
Repository: https://github.com/neuralnorthwest/mu.git
Documentation: pkg.go.dev

# Functions

New returns a new Metrics.
PrometheusCounterVec returns the internal prometheus counter vec.
PrometheusGaugeVec returns the internal prometheus gauge vec.
PrometheusHistogramVec returns the internal prometheus histogram vec.
PrometheusRegistry returns the internal prometheus registry.
WithCollector returns an Option that configures the Metrics to register the given collector.
WithGoCollector returns an Option that configures the Metrics to register the Go collector.
WithRegistry returns an Option that configures the Metrics to use the given prometheus registry.

# Interfaces

Counter is a type that allows you to increment a counter.
Gauge is a type that allows you to set the value of a gauge.
Histogram is a type that allows you to update a histogram.
Metrics is a type that allows you to register and report metrics.
Option is a type that can be used to configure a Metrics.
Summary is a type that allows you to update a summary.