Record

sum

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

record sum {
  data-points: list​<sum-data-point>,
  start-time: datetime,
  time: datetime,
  temporality: temporality,
  is-monotonic: bool,
}

Fields

NameTypeDescription
data-pointslist​<sum-data-point>

Represents 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.

is-monotonicbool

Whether this aggregation only increases or decreases.