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

Breadcrumb

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

function InstrumentationScope::getName

Same name in this branch
  1. 11.1.x vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/InstrumentationScope.php \Opentelemetry\Proto\Common\V1\InstrumentationScope::getName()

Overrides InstrumentationScopeInterface::getName

File

vendor/open-telemetry/sdk/Common/Instrumentation/InstrumentationScope.php, line 22

Class

InstrumentationScope
Represents the instrumentation scope information associated with the Tracer or Meter

Namespace

OpenTelemetry\SDK\Common\Instrumentation

Code

public function getName() : string {
    return $this->name;
}

API Navigation

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