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

Breadcrumb

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

function NoopReservoir::collect

Overrides ExemplarReservoirInterface::collect

File

vendor/open-telemetry/sdk/Metrics/Exemplar/NoopReservoir.php, line 17

Class

NoopReservoir

Namespace

OpenTelemetry\SDK\Metrics\Exemplar

Code

public function collect(array $dataPointAttributes) : array {
    return [];
}
RSS feed
Powered by Drupal