Module opentelemetry_sdk::metrics::data
source · Expand description
Types for delivery of pre-aggregated metric time series data.
Structs§
- DataPoint is a single data point in a time series.
- A measurement sampled from a time series providing a typical example.
- A set of bucket counts, encoded in a contiguous array of counts.
- The histogram of all measurements of values from an instrument.
- A single exponential histogram data point in a time series.
- A measurement of the current value of an instrument.
- Represents the histogram of all measurements of values from an instrument.
- A single histogram data point in a time series.
- A collection of one or more aggregated time series from an Instrument.
- A collection of ScopeMetrics and the associated Resource that created them.
- A collection of metrics produced by a meter.
- Represents the sum of all measurements of values from an instrument.
Enums§
- Defines the window that an aggregation was calculated over.
Traits§
- The store of data reported by an Instrument.