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

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.