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\TraceCode
public function getTracer(string $name, ?string $version = null, ?string $schemaUrl = null, iterable $attributes = []) : TracerInterface;