Record
scope-metrics
A collection of metrics produced by a meter.
record scope-metrics {
scope: instrumentation-scope,
metrics: list<metric>,
}Fields
| Name | Type | Description |
|---|---|---|
| scope | instrumentation-scope | The instrumentation scope that the meter was created with. |
| metrics | list<metric> | The list of aggregations created by the meter. |