RequestTracer
in
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[, string|null $parent = null ]) : mixed
Parameters
- $name : string
-
The name of the span.
- $parent : string|null = null
-
The parent of the span, if one exists.