interface MetricCollectorInterface
Same name in this branch
- 11.1.x vendor/open-telemetry/sdk/Metrics/Stream/MetricCollectorInterface.php \OpenTelemetry\SDK\Metrics\Stream\MetricCollectorInterface
@internal
Hierarchy
- interface \OpenTelemetry\SDK\Metrics\MetricRegistry\MetricCollectorInterface
Expanded class hierarchy of MetricCollectorInterface
All classes that implement MetricCollectorInterface
4 files declare their use of MetricCollectorInterface
- ExportingReader.php in vendor/
open-telemetry/ sdk/ Metrics/ MetricReader/ ExportingReader.php - MetricSourceRegistryUnregisterInterface.php in vendor/
open-telemetry/ sdk/ Metrics/ MetricSourceRegistryUnregisterInterface.php - StreamFactory.php in vendor/
open-telemetry/ sdk/ Metrics/ MetricFactory/ StreamFactory.php - StreamMetricSourceProvider.php in vendor/
open-telemetry/ sdk/ Metrics/ MetricFactory/ StreamMetricSourceProvider.php
File
-
vendor/
open-telemetry/ sdk/ Metrics/ MetricRegistry/ MetricCollectorInterface.php, line 10
Namespace
OpenTelemetry\SDK\Metrics\MetricRegistryView source
interface MetricCollectorInterface {
public function collectAndPush(iterable $streamIds) : void;
}