Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ResourceMetrics.php

function ResourceMetrics::getScopeMetrics

A list of metrics that originate from a resource.

Generated from protobuf field <code>repeated .opentelemetry.proto.metrics.v1.ScopeMetrics scope_metrics = 2;</code>

Return value

\Google\Protobuf\Internal\RepeatedField

File

vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ResourceMetrics.php, line 110

Class

ResourceMetrics
A collection of ScopeMetrics from a Resource.

Namespace

Opentelemetry\Proto\Metrics\V1

Code

public function getScopeMetrics() {
    return $this->scope_metrics;
}
RSS feed
Powered by Drupal