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\MetricsView source
interface MetricExporterFactoryInterface {
public function create() : MetricExporterInterface;
}