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> |
|
| value | metric-number | The value of this data point. |
| exemplars | list<exemplar> | The sampled |