Wasm Directoryalpha
Record

sum-data-point

A single data point in a time series to be associated with a sum.

record sum-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-numberThe value of this data point.
exemplarslist​<exemplar>The sampled exemplars collected during the time series.