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

Breadcrumb

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

interface InstrumentationScopeInterface

Hierarchy

  • interface \OpenTelemetry\SDK\Common\Instrumentation\InstrumentationScopeInterface

Expanded class hierarchy of InstrumentationScopeInterface

All classes that implement InstrumentationScopeInterface

28 files declare their use of InstrumentationScopeInterface
AllCriteria.php in vendor/open-telemetry/sdk/Metrics/View/SelectionCriteria/AllCriteria.php
Configurator.php in vendor/open-telemetry/sdk/Common/InstrumentationScope/Configurator.php
ConfiguratorClosure.php in vendor/open-telemetry/sdk/Common/InstrumentationScope/ConfiguratorClosure.php
ConsoleExporter.php in vendor/open-telemetry/sdk/Logs/Exporter/ConsoleExporter.php
ConsoleMetricExporter.php in vendor/open-telemetry/sdk/Metrics/MetricExporter/ConsoleMetricExporter.php

... See full list

File

vendor/open-telemetry/sdk/Common/Instrumentation/InstrumentationScopeInterface.php, line 9

Namespace

OpenTelemetry\SDK\Common\Instrumentation
View source
interface InstrumentationScopeInterface {
    public function getName() : string;
    public function getVersion() : ?string;
    public function getSchemaUrl() : ?string;
    public function getAttributes() : AttributesInterface;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
InstrumentationScopeInterface::getAttributes public function 1
InstrumentationScopeInterface::getName public function 1
InstrumentationScopeInterface::getSchemaUrl public function 1
InstrumentationScopeInterface::getVersion public function 1

API Navigation

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