RequestSpan
in
Represents a span of time an event occurs over.
Table of Contents
Methods
addTag()
Adds an tag to this span.
public
addTag(string $key, int|string $value) : void
Parameters
- $key : string
-
The key of the tag to add.
- $value : int|string
-
The value to assign to the tag.
Return values
void —end()
Ends this span.
public
end() : void