Documentation

RequestSpan

Represents a span of time an event occurs over.

Table of Contents

addTag()  : void
Adds an tag to this span.
end()  : void
Ends this span.

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
Return values
void

        

Search results