TracerInterface
in
Table of Contents
Methods
- isEnabled() : bool
- Determine if the tracer is enabled. Instrumentation authors SHOULD call this method prior to creating a new span.
- spanBuilder() : SpanBuilderInterface
Methods
isEnabled()
Determine if the tracer is enabled. Instrumentation authors SHOULD call this method prior to creating a new span.
public
isEnabled() : bool
Tags
Return values
boolspanBuilder()
public
spanBuilder(non-empty-string $spanName) : SpanBuilderInterface
Parameters
- $spanName : non-empty-string