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

Breadcrumb

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

function NoopGauge::record

Overrides GaugeInterface::record

File

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

Class

NoopGauge
@internal

Namespace

OpenTelemetry\API\Metrics\Noop

Code

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