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

Breadcrumb

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

function FixedSizeReservoir::__construct

File

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

Class

FixedSizeReservoir

Namespace

OpenTelemetry\SDK\Metrics\Exemplar

Code

public function __construct(int $size = 4) {
    $this->storage = new BucketStorage($size);
    $this->size = $size;
}
RSS feed
Powered by Drupal