# Functions
NewCounter wraps the CounterVec and returns a usable Counter object.
NewCounterFrom constructs and registers a Prometheus CounterVec, and returns a usable Counter object.
NewGauge wraps the GaugeVec and returns a usable Gauge object.
NewGaugeFrom constructs and registers a Prometheus GaugeVec, and returns a usable Gauge object.
NewHistogram wraps the HistogramVec and returns a usable Histogram object.
NewHistogramFrom constructs and registers a Prometheus HistogramVec, and returns a usable Histogram object.
NewSummary wraps the SummaryVec and returns a usable Summary object.
NewSummaryFrom constructs and registers a Prometheus SummaryVec, and returns a usable Summary object.