A representation of an exemplar, which is a sample input measurement.
Exemplars also hold information about the environment when the measurement
was recorded, for example the span and trace ID of the active span when the
exemplar was recorded.
ExponentialHistogram represents the type of a metric that is calculated by aggregating
as a ExponentialHistogram of all reported double measurements over a time interval.
ExponentialHistogramDataPoint is a single data point in a timeseries that describes the
time-varying values of a ExponentialHistogram of double values. A ExponentialHistogram contains
summary statistics for a population of values, it may optionally contain the
distribution of those values across a set of buckets.
Gauge represents the type of a scalar metric that always exports the
“current value” for every data point. It should be used for an “unknown”
aggregation.
Histogram represents the type of a metric that is calculated by aggregating
as a Histogram of all reported measurements over a time interval.
HistogramDataPoint is a single data point in a timeseries that describes the
time-varying values of a Histogram. A Histogram contains summary statistics
for a population of values, it may optionally contain the distribution of
those values across a set of buckets.
Defines a Metric which has one or more timeseries. The following is a
brief summary of the Metric data model. For more details, see:
MetricsData represents the metrics data that can be stored in a persistent
storage, OR can be embedded by other protocols that transfer OTLP metrics
data but do not implement the OTLP protocol.
NumberDataPoint is a single data point in a timeseries that describes the
time-varying scalar value of a metric.
A collection of ScopeMetrics from a Resource.
A collection of Metrics produced by an Scope.
Sum represents the type of a scalar metric that is calculated as a sum of all
reported measurements over a time interval.
SummaryDataPoint is a single data point in a timeseries that describes the
time-varying values of a Summary metric.