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
| Name | Type | Description |
|---|---|---|
| name | string | The name of the metric that created this data. |
| description | string | The description of the metric, which can be used in documentation. |
| unit | string | The unit in which the metric reports. |
| data | metric-data | The aggregated data from a metric. |