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

Breadcrumb

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

interface MetricExporterFactoryInterface

Hierarchy

  • interface \OpenTelemetry\SDK\Metrics\MetricExporterFactoryInterface

Expanded class hierarchy of MetricExporterFactoryInterface

All classes that implement MetricExporterFactoryInterface

5 files declare their use of MetricExporterFactoryInterface
ConsoleMetricExporterFactory.php in vendor/open-telemetry/sdk/Metrics/MetricExporter/ConsoleMetricExporterFactory.php
InMemoryExporterFactory.php in vendor/open-telemetry/sdk/Metrics/MetricExporter/InMemoryExporterFactory.php
MetricExporterFactory.php in vendor/open-telemetry/exporter-otlp/MetricExporterFactory.php
NoopMetricExporterFactory.php in vendor/open-telemetry/sdk/Metrics/MetricExporter/NoopMetricExporterFactory.php
Registry.php in vendor/open-telemetry/sdk/Registry.php

File

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

Namespace

OpenTelemetry\SDK\Metrics
View source
interface MetricExporterFactoryInterface {
    public function create() : MetricExporterInterface;

}

Members

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