# Packages

Package metricdata contains the metrics data model.
Package metricexport contains support for exporting metric data.
Package test for testing code instrumented with the metric and stats packages.

# Functions

NewRegistry initializes a new Registry.
WithConstLabel applies provided constant label.
WithDescription applies provided description.
WithLabelKeys applies provided label.
WithLabelKeysAndDescription applies provided label.
WithUnit applies provided unit.

# Structs

Float64Cumulative represents a float64 value that can only go up.
Float64CumulativeEntry represents a single value of the cumulative corresponding to a set of label values.
Float64DerivedCumulative represents float64 cumulative value that is derived from an object.
Float64DerivedGauge represents float64 gauge value that is derived from an object.
Float64Entry represents a single value of the gauge corresponding to a set of label values.
Float64Gauge represents a float64 value that can go up and down.
Int64Cumulative represents a int64 cumulative value that can only go up.
Int64CumulativeEntry represents a single value of the cumulative corresponding to a set of label values.
Int64DerivedCumulative represents int64 cumulative value that is derived from an object.
Int64DerivedGauge represents int64 gauge value that is derived from an object.
Int64Gauge represents a int64 gauge value that can go up and down.
Int64GaugeEntry represents a single value of the gauge corresponding to a set of label values.
Registry creates and manages a set of gauges and cumulative.

# Type aliases

Options apply changes to metricOptions.