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

Breadcrumb

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

function MetricExporterInterface::export

Parameters

iterable<int, Metric> $batch:

2 methods override MetricExporterInterface::export()
InMemoryExporter::export in vendor/open-telemetry/sdk/Metrics/MetricExporter/InMemoryExporter.php
NoopMetricExporter::export in vendor/open-telemetry/sdk/Metrics/MetricExporter/NoopMetricExporter.php
@inheritDoc

File

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

Class

MetricExporterInterface

Namespace

OpenTelemetry\SDK\Metrics

Code

public function export(iterable $batch) : bool;
RSS feed
Powered by Drupal