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