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
namestring

The name of the metric that created this data.

descriptionstring

The description of the metric, which can be used in documentation.

unitstring

The unit in which the metric reports.

datametric-data

The aggregated data from a metric.