NoopMetricExporterFactory.php
Namespace
OpenTelemetry\SDK\Metrics\MetricExporterFile
-
vendor/
open-telemetry/ sdk/ Metrics/ MetricExporter/ NoopMetricExporterFactory.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\SDK\Metrics\MetricExporter;
use OpenTelemetry\SDK\Metrics\MetricExporterFactoryInterface;
use OpenTelemetry\SDK\Metrics\MetricExporterInterface;
class NoopMetricExporterFactory implements MetricExporterFactoryInterface {
public function create() : MetricExporterInterface {
return new NoopMetricExporter();
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
NoopMetricExporterFactory |