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

Breadcrumb

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

function AggregationInterface::record

@psalm-param T $summary @psalm-param float|int $value

3 methods override AggregationInterface::record()
ExplicitBucketHistogramAggregation::record in vendor/open-telemetry/sdk/Metrics/Aggregation/ExplicitBucketHistogramAggregation.php
LastValueAggregation::record in vendor/open-telemetry/sdk/Metrics/Aggregation/LastValueAggregation.php
SumAggregation::record in vendor/open-telemetry/sdk/Metrics/Aggregation/SumAggregation.php

File

vendor/open-telemetry/sdk/Metrics/AggregationInterface.php, line 27

Class

AggregationInterface
@psalm-template T

Namespace

OpenTelemetry\SDK\Metrics

Code

public function record($summary, $value, AttributesInterface $attributes, ContextInterface $context, int $timestamp) : void;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal