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

Breadcrumb

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

function Configurator::withTracerProvider

File

vendor/open-telemetry/api/Instrumentation/Configurator.php, line 89

Class

Configurator
Configures the global (context scoped) instrumentation instances.

Namespace

OpenTelemetry\API\Instrumentation

Code

public function withTracerProvider(?TracerProviderInterface $tracerProvider) : Configurator {
    $self = clone $this;
    $self->tracerProvider = $tracerProvider;
    return $self;
}

API Navigation

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