# Functions
GroupFromContext returns the Group associated with ctx or nil if no Group has been assigned.
MustRegisterCounter registers a new counter metric with the default registry using the provided descriptor.
MustRegisterGroup registers a new group using the specified name.
MustRegisterTimer registers a new timer metric with the default registry using the provided descriptor.
NewContextWithGroup returns a new context with the given Group added.
NewGroup returns a new measurement group from the default registry.
NewRegistry creates a new Registry with a single group identified by DefaultGroup.
WithGroup assigns the associated measurement to the group identified by gid originally returned from MustRegisterGroup.
# Constants
DefaultGroup is the identifier for the default group.
# Interfaces
The Metric type defines a Name.