SpanContextInterface
interface SpanContextInterface implements ExecutionSegmentContextInterface (View source)
Methods
void
setLabel(string $key, string|bool|int|float|null $value)
No description
db()
Returns an object containing contextual data for database spans
http()
Returns an object containing contextual data of the related http request
destination()
Returns an object containing contextual data about the destination for spans
Details
void
setLabel(string $key, string|bool|int|float|null $value)
No description
SpanContextDbInterface
db()
Returns an object containing contextual data for database spans
SpanContextHttpInterface
http()
Returns an object containing contextual data of the related http request
SpanContextDestinationInterface
destination()
Returns an object containing contextual data about the destination for spans