interface ExecutionSegmentContextInterface (View source)

This interface has functionality shared between Transaction and Span contexts'.

Methods

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

No description

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