OpenTelemetry PHP

LateBindingTracer
in package
implements TracerInterface

Table of Contents

Interfaces

TracerInterface

Properties

$factory  : Closure
$tracer  : TracerInterface|null

Methods

__construct()  : mixed
isEnabled()  : bool
Determine if the tracer is enabled. Instrumentation authors SHOULD call this method prior to creating a new span.
spanBuilder()  : SpanBuilderInterface

Properties

Methods

isEnabled()

Determine if the tracer is enabled. Instrumentation authors SHOULD call this method prior to creating a new span.

public isEnabled() : bool
Return values
bool

        
On this page

Search results