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

Breadcrumb

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

function NoopHistogram::record

Overrides HistogramInterface::record

File

vendor/open-telemetry/api/Metrics/Noop/NoopHistogram.php, line 14

Class

NoopHistogram
@internal

Namespace

OpenTelemetry\API\Metrics\Noop

Code

public function record($amount, iterable $attributes = [], $context = null) : void {
    // no-op
}
RSS feed
Powered by Drupal