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

Breadcrumb

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

interface InstrumentationScopeFactoryInterface

Hierarchy

  • interface \OpenTelemetry\SDK\Common\Instrumentation\InstrumentationScopeFactoryInterface

Expanded class hierarchy of InstrumentationScopeFactoryInterface

All classes that implement InstrumentationScopeFactoryInterface

3 files declare their use of InstrumentationScopeFactoryInterface
LoggerProvider.php in vendor/open-telemetry/sdk/Logs/LoggerProvider.php
MeterProvider.php in vendor/open-telemetry/sdk/Metrics/MeterProvider.php
TracerProvider.php in vendor/open-telemetry/sdk/Trace/TracerProvider.php

File

vendor/open-telemetry/sdk/Common/Instrumentation/InstrumentationScopeFactoryInterface.php, line 7

Namespace

OpenTelemetry\SDK\Common\Instrumentation
View source
interface InstrumentationScopeFactoryInterface {
    public function create(string $name, ?string $version = null, ?string $schemaUrl = null, iterable $attributes = []) : InstrumentationScopeInterface;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
InstrumentationScopeFactoryInterface::create public function 1
RSS feed
Powered by Drupal