# Functions
DescriptorForMetric returns the MetricDescriptor from the global registry.
NewMetrics is an experimental legacy alias of the now-stable stats.NewMetricSet.
RegisterFloat64Count registers the metric description onto the global registry.
RegisterFloat64Histo registers the metric description onto the global registry.
RegisterInt64Count registers the metric description onto the global registry.
RegisterInt64Gauge registers the metric description onto the global registry.
RegisterInt64Histo registers the metric description onto the global registry.
# Constants
Type of metric supported by this instrument registry.
Type of metric supported by this instrument registry.
Type of metric supported by this instrument registry.
Type of metric supported by this instrument registry.
Type of metric supported by this instrument registry.
# Variables
DefaultMetrics are the default metrics registered through global metrics registry.
# Structs
MetricDescriptor is the data for a registered metric.
# Interfaces
MetricsRecorder records on metrics derived from metric registry.
# Type aliases
Float64CountHandle is a typed handle for a float count metric.
Float64HistoHandle is a typed handle for a float histogram metric.
Int64CountHandle is a typed handle for a int count metric.
Int64GaugeHandle is a typed handle for an int gauge metric.
Int64HistoHandle is a typed handle for an int histogram metric.
Metric was replaced by direct usage of strings.
Metrics is an experimental legacy alias of the now-stable stats.MetricSet.
MetricType is the type of metric.