# Functions
MetricName determines the metric name of a struct field.
Populate fills out a bundle with metrics created by the given Factory.
Provide emits a bundle as an uber/fx component.
# Constants
TagAgeBuckets is the struct field tag specifying the summary AgeBuckets.
TagBuckets is the struct field tag specifying the set of histogram buckets.
TagBufCap is the struct field tag specifying the summary BufCap.
TagHelp is the struct field tag that specifies the metric help.
TagLabelNames specifies the set of label names for the metric.
TagMaxAge is the struct field tag specifying the summary MaxAge.
TagName is the struct field tag that specifies the metric name.
TagNamespace is the struct field tag that specifies the metric namespace.
TagObjectives is the struct field tag specifying the set of summary objectives.
TagSubsystem is the struct field tag that specifies the metric subsystem.
TagTouchstone is the struct field tag that controls whether touchstone ignores the field.
TagType is the struct field tag indicating the type of metric, e.g.
TypeHistogram is the TagType value indicating that the metric is a histogram or histogram vector.
TypeSummary is the TagType value indicating that the metric is a summary or summary vector.
# Structs
FieldError represents an error while processing a metric field.
# Interfaces
Bundle represents a group of metrics.