Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MetricCollectorInterface.php

interface MetricCollectorInterface

Same name in this branch
  1. 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\MetricRegistry
View source
interface MetricCollectorInterface {
    public function collectAndPush(iterable $streamIds) : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
MetricCollectorInterface::collectAndPush public function 1
RSS feed
Powered by Drupal