# Functions
New returns a new instance of Metrics.
TagValueToString converts any value to a string, which could be used as label value in prometheus.
# Structs
Count is an implementation of metrics.Count.
No description provided by the author
Gauge is an implementation of metrics.Gauge.
No description provided by the author
IntGauge is an implementation of metrics.IntGauge.
Metrics implements a wrapper of prometheus metrics to implement metrics.Metrics.
# Interfaces
Option is an optional argument to function New, that changes the behavior of the metrics handler.
# Type aliases
No description provided by the author
OptionDisableLabels disables the labels (tags) and makes all the metrics flat.