interface TransactionContextInterface implements ExecutionSegmentContextInterface (View source)

Methods

void
setLabel(string $key, string|bool|int|float|null $value)

No description

request()

Returns an object that can be used to collect information about HTTP request

Details

void setLabel(string $key, string|bool|int|float|null $value)

No description

Parameters

string $key
string|bool|int|float|null $value

Labels is a flat mapping of user-defined labels with string keys and null, string, boolean or number values.

The length of a key and a string value is limited to 1024.

Return Value

void

TransactionContextRequestInterface request()

Returns an object that can be used to collect information about HTTP request