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

Breadcrumb

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

interface MetricSourceProviderInterface

Hierarchy

  • interface \OpenTelemetry\SDK\Metrics\MetricSourceProviderInterface

Expanded class hierarchy of MetricSourceProviderInterface

All classes that implement MetricSourceProviderInterface

4 files declare their use of MetricSourceProviderInterface
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
StreamMetricSourceProvider.php in vendor/open-telemetry/sdk/Metrics/MetricFactory/StreamMetricSourceProvider.php

File

vendor/open-telemetry/sdk/Metrics/MetricSourceProviderInterface.php, line 9

Namespace

OpenTelemetry\SDK\Metrics
View source
interface MetricSourceProviderInterface {
    
    /**
     * @param string|Temporality $temporality
     */
    public function create($temporality) : MetricSourceInterface;

}

Members

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