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

Breadcrumb

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

function HistogramBucketReservoir::collect

Overrides ExemplarReservoirInterface::collect

File

vendor/open-telemetry/sdk/Metrics/Exemplar/HistogramBucketReservoir.php, line 36

Class

HistogramBucketReservoir

Namespace

OpenTelemetry\SDK\Metrics\Exemplar

Code

public function collect(array $dataPointAttributes) : array {
    return $this->storage
        ->collect($dataPointAttributes);
}
RSS feed
Powered by Drupal