MetricCollectorInterface.php
Same filename in this branch
Namespace
OpenTelemetry\SDK\Metrics\MetricRegistryFile
-
vendor/
open-telemetry/ sdk/ Metrics/ MetricRegistry/ MetricCollectorInterface.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\SDK\Metrics\MetricRegistry;
/**
* @internal
*/
interface MetricCollectorInterface {
public function collectAndPush(iterable $streamIds) : void;
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
MetricCollectorInterface | @internal |