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

Breadcrumb

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

function ResourceSpans::getScopeSpans

A list of ScopeSpans that originate from a resource.

Generated from protobuf field <code>repeated .opentelemetry.proto.trace.v1.ScopeSpans scope_spans = 2;</code>

Return value

\Google\Protobuf\Internal\RepeatedField

File

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

Class

ResourceSpans
A collection of ScopeSpans from a Resource.

Namespace

Opentelemetry\Proto\Trace\V1

Code

public function getScopeSpans() {
    return $this->scope_spans;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal