# Packages
Package view contains support for collecting and exposing aggregates over stats.
# Functions
Float64 creates a new measure for float64 values.
Int64 creates a new measure for int64 values.
Record records one or multiple measurements with the same context at once.
RecordWithOptions records measurements from the given options (if any) against context and tags and attachments in the options (if any).
RecordWithTags records one or multiple measurements at once.
WithAttachments applies provided exemplar attachments.
WithMeasurements applies provided measurements.
WithRecorder records the measurements to the specified `Recorder`, rather than to the global metrics recorder.
WithTags applies provided tag mutators.
# Constants
Units are encoded according to the case-sensitive abbreviations from the Unified Code for Units of Measure: http://unitsofmeasure.org/ucum.html.
Units are encoded according to the case-sensitive abbreviations from the Unified Code for Units of Measure: http://unitsofmeasure.org/ucum.html.
Units are encoded according to the case-sensitive abbreviations from the Unified Code for Units of Measure: http://unitsofmeasure.org/ucum.html.
Deprecated: Use UnitDimensionless.
Units are encoded according to the case-sensitive abbreviations from the Unified Code for Units of Measure: http://unitsofmeasure.org/ucum.html.
# Structs
Float64Measure is a measure for float64 values.
Int64Measure is a measure for int64 values.
Measurement is the numeric value measured when recording stats.
# Type aliases
Options apply changes to recordOptions.