Wasm Directoryalpha
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

NameTypeDescription
resourceresourceThe entity that collected the metrics.
scope-metricslist​<scope-metrics>The collection of metrics with unique instrumentation-scopes.