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

Breadcrumb

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

interface MetricReaderInterface

Hierarchy

  • interface \OpenTelemetry\SDK\Metrics\MetricReaderInterface

Expanded class hierarchy of MetricReaderInterface

All classes that implement MetricReaderInterface

1 file declares its use of MetricReaderInterface
ExportingReader.php in vendor/open-telemetry/sdk/Metrics/MetricReader/ExportingReader.php

File

vendor/open-telemetry/sdk/Metrics/MetricReaderInterface.php, line 7

Namespace

OpenTelemetry\SDK\Metrics
View source
interface MetricReaderInterface {
    public function collect() : bool;
    public function shutdown() : bool;
    public function forceFlush() : bool;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
MetricReaderInterface::collect public function 1
MetricReaderInterface::forceFlush public function 1
MetricReaderInterface::shutdown public function 1
RSS feed
Powered by Drupal