# Functions

NewDistributionPoint creates a new Point holding a Distribution value.
NewFloat64Point creates a new Point holding a float64 value.
NewInt64Point creates a new Point holding an int64 value.
NewLabelValue creates a new non-nil LabelValue that represents the given string.
NewSummaryPoint creates a new Point holding a Summary value.

# Constants

Exemplars keys.
Metric types.
Metric types.
Metric types.
Metric types.
Metric types.
Metric types.
Metric types.
Predefined units.
Predefined units.
Predefined units.

# Structs

Bucket represents a single bucket (value range) in a distribution.
BucketOptions describes the bounds of the histogram buckets in this distribution.
Descriptor holds metadata about a metric.
Distribution contains summary statistics for a population of values.
Exemplar is an example data point associated with each bucket of a distribution type aggregation.
LabelKey represents key of a label.
LabelValue represents the value of a label.
Metric represents a quantity measured against a resource with different label value combinations.
Point is a single data point of a time series.
Snapshot represents percentiles over an arbitrary time.
Summary is a representation of percentiles.
TimeSeries is a sequence of points associated with a combination of label values.

# Interfaces

ValueVisitor allows reading the value of a point.

# Type aliases

Attachments is a map of extra values associated with a recorded data point.
Type is the overall type of metric, including its value type and whether it represents a cumulative total (since the start time) or if it represents a gauge value.
Unit is a string encoded according to the case-sensitive abbreviations from the Unified Code for Units of Measure: http://unitsofmeasure.org/ucum.html.