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

Breadcrumb

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

function Tracer::__construct

File

vendor/open-telemetry/sdk/Trace/Tracer.php, line 19

Class

Tracer

Namespace

OpenTelemetry\SDK\Trace

Code

public function __construct(TracerSharedState $tracerSharedState, InstrumentationScopeInterface $instrumentationScope, ?Configurator $configurator = null) {
    $this->config = $configurator ? $configurator->resolve($this->instrumentationScope) : TracerConfig::default();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal