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

Breadcrumb

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

function TracerProviderInterface::getTracer

See also

https://github.com/open-telemetry/opentelemetry-specification/blob/v1.7…

2 methods override TracerProviderInterface::getTracer()
LateBindingTracerProvider::getTracer in vendor/open-telemetry/api/Trace/LateBindingTracerProvider.php
NoopTracerProvider::getTracer in vendor/open-telemetry/api/Trace/NoopTracerProvider.php

File

vendor/open-telemetry/api/Trace/TracerProviderInterface.php, line 13

Class

TracerProviderInterface
@see https://github.com/open-telemetry/opentelemetry-specification/blob/v1.7…

Namespace

OpenTelemetry\API\Trace

Code

public function getTracer(string $name, ?string $version = null, ?string $schemaUrl = null, iterable $attributes = []) : TracerInterface;

API Navigation

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