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

Breadcrumb

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

interface PushMetricExporterInterface

Hierarchy

  • interface \OpenTelemetry\SDK\Metrics\PushMetricExporterInterface extends \Metrics\MetricExporterInterface

Expanded class hierarchy of PushMetricExporterInterface

All classes that implement PushMetricExporterInterface

3 files declare their use of PushMetricExporterInterface
ConsoleMetricExporter.php in vendor/open-telemetry/sdk/Metrics/MetricExporter/ConsoleMetricExporter.php
ExportingReader.php in vendor/open-telemetry/sdk/Metrics/MetricReader/ExportingReader.php
MetricExporter.php in vendor/open-telemetry/exporter-otlp/MetricExporter.php

File

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

Namespace

OpenTelemetry\SDK\Metrics
View source
interface PushMetricExporterInterface extends Metrics\MetricExporterInterface {
    public function forceFlush() : bool;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
PushMetricExporterInterface::forceFlush public function 2
RSS feed
Powered by Drupal