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-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.
is-monotonicboolWhether this aggregation only increases or decreases.