TracerProviderInterface
extends
TracerProviderInterface, Configurable
in
Table of Contents
Methods
- forceFlush() : bool
- getTracer() : TracerInterface
- shutdown() : bool
- updateConfigurator() : void
Methods
forceFlush()
public
forceFlush([CancellationInterface|null $cancellation = null ]) : bool
Parameters
- $cancellation : CancellationInterface|null = null
Return values
boolgetTracer()
public
getTracer(string $name[, string|null $version = null ][, string|null $schemaUrl = null ][, iterable<string|int, mixed> $attributes = [] ]) : TracerInterface
Parameters
- $name : string
- $version : string|null = null
- $schemaUrl : string|null = null
- $attributes : iterable<string|int, mixed> = []
Tags
Return values
TracerInterfaceshutdown()
public
shutdown([CancellationInterface|null $cancellation = null ]) : bool
Parameters
- $cancellation : CancellationInterface|null = null
Return values
boolupdateConfigurator()
public
updateConfigurator(Configurator $configurator) : void
Parameters
- $configurator : Configurator