ThresholdLoggingTracer
in package
implements
RequestTracer
This implements a basic default tracer which keeps track of operations which falls outside a specified threshold. Note that to reduce the performance impact of using this tracer, this class is not actually used by the SDK, and simply acts as a placeholder which triggers a native implementation to be used instead.
Interfaces, Classes, Traits and Enums
- RequestTracer
- Represents a tracer capable of creating trace spans.
Table of Contents
- requestSpan() : mixed
- Creates a new request span.
Methods
requestSpan()
Creates a new request span.
public
requestSpan(string $name[, RequestSpan $parent = null ]) : mixed
Parameters
- $name : string
-
The name of the span.
- $parent : RequestSpan = null
-
The parent of the span, if one exists.