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

Breadcrumb

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

function Configurator::tracer

Create a default Configurator for a TracerConfig

Return value

Configurator<TracerConfig>

1 call to Configurator::tracer()
TracerProviderBuilder::build in vendor/open-telemetry/sdk/Trace/TracerProviderBuilder.php

File

vendor/open-telemetry/sdk/Common/InstrumentationScope/Configurator.php, line 93

Class

Configurator
@template T

Namespace

OpenTelemetry\SDK\Common\InstrumentationScope

Code

public static function tracer() : self {
    return new Configurator(static fn() => new TracerConfig());
}
RSS feed
Powered by Drupal