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
| Name | Type | Description |
|---|---|---|
| data-points | list<sum-data-point> | Represents individual aggregated measurements with unique attributes. |
| start-time | datetime | The time when the time series was started. |
| time | datetime | The time when the time series was recorded. |
| temporality | temporality | Describes if the aggregation is reported as the change from the last report time, or the cumulative changes since a fixed start time. |
| is-monotonic | bool | Whether this aggregation only increases or decreases. |