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

Breadcrumb

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

function NoopCounter::add

Overrides CounterInterface::add

File

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

Class

NoopCounter
@internal

Namespace

OpenTelemetry\API\Metrics\Noop

Code

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