Record

histogram

Represents the histogram of all measurements of values from an instrument.

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

Fields

NameTypeDescription
data-pointslist​<histogram-data-point>Individual aggregated measurements with unique attributes.
start-timedatetimeThe time when 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.