# Packages
Package metricdatatest provides testing functionality for use with the metricdata package.
# Functions
NewExtrema returns an Extrema set to v.
# Constants
CumulativeTemporality defines a measurement interval that continues to expand forward in time from a starting point.
DeltaTemporality defines a measurement interval that resets each cycle.
# Structs
DataPoint is a single data point in a timeseries.
Exemplar is a measurement sampled from a timeseries providing a typical example.
ExponentialBucket are a set of bucket counts, encoded in a contiguous array of counts.
ExponentialHistogram represents the histogram of all measurements of values from an instrument.
ExponentialHistogramDataPoint is a single exponential histogram data point in a timeseries.
Extrema is the minimum or maximum value of a dataset.
Gauge represents a measurement of the current value of an instrument.
Histogram represents the histogram of all measurements of values from an instrument.
HistogramDataPoint is a single histogram data point in a timeseries.
Metrics is a collection of one or more aggregated timeseries from an Instrument.
QuantileValue is the value at a given quantile of a summary.
ResourceMetrics is a collection of ScopeMetrics and the associated Resource that created them.
ScopeMetrics is a collection of Metrics Produces by a Meter.
Sum represents the sum of all measurements of values from an instrument.
Summary metric data are used to convey quantile summaries, a Prometheus (see: https://prometheus.io/docs/concepts/metric_types/#summary) data type.
SummaryDataPoint is a single data point in a timeseries that describes the time-varying values of a Summary metric.
# Interfaces
Aggregation is the store of data reported by an Instrument.
# Type aliases
Temporality defines the window that an aggregation was calculated over.