Record
resource-metrics
A collection of scope-metrics and the associated resource that created them.
record resource-metrics {
resource: resource,
scope-metrics: list<scope-metrics>,
}Fields
| Name | Type | Description |
|---|---|---|
| resource | resource | The entity that collected the metrics. |
| scope-metrics | list<scope-metrics> | The collection of metrics with unique instrumentation-scopes. |