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

NameTypeDescription
attributeslist​<key-value>

attributes is the set of key value pairs that uniquely identify the time series.

valuemetric-number

The value of this data point.

exemplarslist​<exemplar>

The sampled exemplars collected during the time series.