Expand description
Types for delivery of pre-aggregated metric time series data.
Structs§
- Exemplar
- A measurement sampled from a time series providing a typical example.
- Exponential
Bucket - A set of bucket counts, encoded in a contiguous array of counts.
- Exponential
Histogram - The histogram of all measurements of values from an instrument.
- Exponential
Histogram Data Point - A single exponential histogram data point in a time series.
- Gauge
- A measurement of the current value of an instrument.
- Gauge
Data Point - DataPoint is a single data point in a time series.
- Histogram
- Represents the histogram of all measurements of values from an instrument.
- Histogram
Data Point - A single histogram data point in a time series.
- Metric
- A collection of one or more aggregated time series from an Instrument.
- Resource
Metrics - A collection of ScopeMetrics and the associated Resource that created them.
- Scope
Metrics - A collection of metrics produced by a meter.
- Sum
- Represents the sum of all measurements of values from an instrument.
- SumData
Point - DataPoint is a single data point in a time series.
Traits§
- Aggregation
- The store of data reported by an Instrument.