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

Breadcrumb

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

function NoopUpDownCounter::add

Overrides UpDownCounterInterface::add

File

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

Class

NoopUpDownCounter
@internal

Namespace

OpenTelemetry\API\Metrics\Noop

Code

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