Record
gauge-data-point
A single data point in a time series to be associated with a gauge.
record gauge-data-point {
attributes: list<key-value>,
value: metric-number,
exemplars: list<exemplar>,
}Fields
| Name | Type | Description |
|---|---|---|
| attributes | list<key-value> | attributes is the set of key value pairs that uniquely identify the
time series. |
| value | metric-number | The value of this data point. |
| exemplars | list<exemplar> | The sampled exemplars collected during the time series. |