Wasm Directoryalpha
Record

scope-metrics

A collection of metrics produced by a meter.

record scope-metrics {
  scope: instrumentation-scope,
  metrics: list​<metric>,
}

Fields

NameTypeDescription
scopeinstrumentation-scopeThe instrumentation scope that the meter was created with.
metricslist​<metric>The list of aggregations created by the meter.