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

Breadcrumb

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

function ExemplarReservoirInterface::offer

4 methods override ExemplarReservoirInterface::offer()
FilteredReservoir::offer in vendor/open-telemetry/sdk/Metrics/Exemplar/FilteredReservoir.php
FixedSizeReservoir::offer in vendor/open-telemetry/sdk/Metrics/Exemplar/FixedSizeReservoir.php
HistogramBucketReservoir::offer in vendor/open-telemetry/sdk/Metrics/Exemplar/HistogramBucketReservoir.php
NoopReservoir::offer in vendor/open-telemetry/sdk/Metrics/Exemplar/NoopReservoir.php

File

vendor/open-telemetry/sdk/Metrics/Exemplar/ExemplarReservoirInterface.php, line 13

Class

ExemplarReservoirInterface

Namespace

OpenTelemetry\SDK\Metrics\Exemplar

Code

public function offer(int|string $index, float|int $value, AttributesInterface $attributes, ContextInterface $context, int $timestamp) : void;
RSS feed
Powered by Drupal