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

Breadcrumb

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

function MetricRegistry::enabled

Overrides MetricWriterInterface::enabled

File

vendor/open-telemetry/sdk/Metrics/MetricRegistry/MetricRegistry.php, line 181

Class

MetricRegistry
@internal

Namespace

OpenTelemetry\SDK\Metrics\MetricRegistry

Code

public function enabled(Instrument $instrument) : bool {
    return isset($this->instrumentToStreams[spl_object_id($instrument)]);
}
RSS feed
Powered by Drupal