MetricExporterFactoryInterface.php
Namespace
OpenTelemetry\SDK\MetricsFile
-
vendor/
open-telemetry/ sdk/ Metrics/ MetricExporterFactoryInterface.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\SDK\Metrics;
interface MetricExporterFactoryInterface {
public function create() : MetricExporterInterface;
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
MetricExporterFactoryInterface |