SpanContextHttpInterface
interface SpanContextHttpInterface (View source)
Methods
void
setUrl(string|null $url)
The raw url of the correlating http request
void
setStatusCode(int|null $statusCode)
The status code of the http request
void
setMethod(string|null $method)
The method of the http request
Details
void
setUrl(string|null $url)
The raw url of the correlating http request
void
setStatusCode(int|null $statusCode)
The status code of the http request
void
setMethod(string|null $method)
The method of the http request
The length of a value is limited to 1024.