# Functions

AddSample provides a wrapper functionality for emitting a sample metric with global labels (if any).
AddSampleWithLabels provides a wrapper functionality for emitting a sample metric with global labels (if any) along with the provided labels.
IncrCounter provides a wrapper functionality for emitting a counter metric with global labels (if any).
IncrCounterWithLabels provides a wrapper functionality for emitting a counter metric with global labels (if any) along with the provided labels.
MeasureSince provides a wrapper functionality for emitting a a time measure metric with global labels (if any).
NewGlobal creates a global Metrics.
NewLabel creates a new instance of Label with name and value.
SetGauge provides a wrapper functionality for emitting a gauge metric with global labels (if any).
SetGaugeWithLabels provides a wrapper functionality for emitting a gauge metric with global labels (if any) along with the provided labels.
SetLabels sets the global labels.

# Constants

Metrics supported format types.
Metrics supported format types.
Metrics supported format types.

# Structs

Config defines the configuration options for application telemetry.