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-timedatetime

The time when the time series was started.

timedatetime

The time when the time series was recorded.

temporalitytemporality

Describes if the aggregation is reported as the change from the last report time, or the cumulative changes since a fixed start time.