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

Breadcrumb

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

function LateBindingTracerProvider::__construct

Parameters

Closure(): TracerProviderInterface $factory :

File

vendor/open-telemetry/api/Trace/LateBindingTracerProvider.php, line 20

Class

LateBindingTracerProvider
Late binding providers are designed to be used by Instrumentation, while we do not have control over when all components (propagators, etc) which are registered through composer.autoload.files are actually loaded. It means that tracers etc are not…

Namespace

OpenTelemetry\API\Trace

Code

public function __construct(Closure $factory) {
}

API Navigation

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