Wasm Directoryalpha
Record

exponential-histogram

The histogram of all measurements of values from an instrument.

record exponential-histogram {
  data-points: list​<exponential-histogram-data-point>,
  start-time: datetime,
  time: datetime,
  temporality: temporality,
}

Fields

NameTypeDescription
data-pointslist​<exponential-histogram-data-point>The individual aggregated measurements with unique attributes.
start-timedatetimeWhen the time series was started.
timedatetimeThe time when the time series was recorded.
temporalitytemporalityDescribes if the aggregation is reported as the change from the last report time, or the cumulative changes since a fixed start time.