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

Breadcrumb

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

interface MetricSourceRegistryInterface

Hierarchy

  • interface \OpenTelemetry\SDK\Metrics\MetricSourceRegistryInterface

Expanded class hierarchy of MetricSourceRegistryInterface

All classes that implement MetricSourceRegistryInterface

3 files declare their use of MetricSourceRegistryInterface
ExportingReader.php in vendor/open-telemetry/sdk/Metrics/MetricReader/ExportingReader.php
MultiRegistryRegistration.php in vendor/open-telemetry/sdk/Metrics/MetricRegistration/MultiRegistryRegistration.php
RegistryRegistration.php in vendor/open-telemetry/sdk/Metrics/MetricRegistration/RegistryRegistration.php

File

vendor/open-telemetry/sdk/Metrics/MetricSourceRegistryInterface.php, line 7

Namespace

OpenTelemetry\SDK\Metrics
View source
interface MetricSourceRegistryInterface {
    public function add(MetricSourceProviderInterface $provider, MetricMetadataInterface $metadata, StalenessHandlerInterface $stalenessHandler) : void;

}

Members

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