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
| Name | Type | Description |
|---|---|---|
| data-points | list<gauge-data-point> | Represents individual aggregated measurements with unique attributes. |
| start-time | option<datetime> | The time when the time series was started. |
| time | datetime | The time when the time series was recorded. |