Record

gauge

A measurement of the current value of an instrument.

record gauge {
  data-points: list​<gauge-data-point>,
  start-time: option​<datetime>,
  time: datetime,
}

Fields

NameTypeDescription
data-pointslist​<gauge-data-point>Represents individual aggregated measurements with unique attributes.
start-timeoption​<datetime>The time when the time series was started.
timedatetimeThe time when the time series was recorded.