Record

metric

A collection of one or more aggregated time series from a metric.

record metric {
  name: string,
  description: string,
  unit: string,
  data: metric-data,
}

Fields

NameTypeDescription
namestringThe name of the metric that created this data.
descriptionstringThe description of the metric, which can be used in documentation.
unitstringThe unit in which the metric reports.
datametric-dataThe aggregated data from a metric.