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

Breadcrumb

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

function NoopReservoir::offer

Overrides ExemplarReservoirInterface::offer

File

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

Class

NoopReservoir

Namespace

OpenTelemetry\SDK\Metrics\Exemplar

Code

public function offer($index, $value, AttributesInterface $attributes, ContextInterface $context, int $timestamp) : void {
    // no-op
}
RSS feed
Powered by Drupal