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

Breadcrumb

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

interface MetricExporterInterface

Hierarchy

  • interface \OpenTelemetry\SDK\Metrics\MetricExporterInterface

Expanded class hierarchy of MetricExporterInterface

All classes that implement MetricExporterInterface

7 files declare their use of MetricExporterInterface
ConsoleMetricExporterFactory.php in vendor/open-telemetry/sdk/Metrics/MetricExporter/ConsoleMetricExporterFactory.php
ExportingReader.php in vendor/open-telemetry/sdk/Metrics/MetricReader/ExportingReader.php
InMemoryExporter.php in vendor/open-telemetry/sdk/Metrics/MetricExporter/InMemoryExporter.php
InMemoryExporterFactory.php in vendor/open-telemetry/sdk/Metrics/MetricExporter/InMemoryExporterFactory.php
MetricExporterFactory.php in vendor/open-telemetry/exporter-otlp/MetricExporterFactory.php

... See full list

File

vendor/open-telemetry/sdk/Metrics/MetricExporterInterface.php, line 9

Namespace

OpenTelemetry\SDK\Metrics
View source
interface MetricExporterInterface {
    
    /**
     * @param iterable<int, Metric> $batch
     */
    public function export(iterable $batch) : bool;
    public function shutdown() : bool;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
MetricExporterInterface::export public function 2
MetricExporterInterface::shutdown public function 2
RSS feed
Powered by Drupal