DistributedTracingData
final class DistributedTracingData (View source)
Properties
string | $traceId | ||
string | $parentId | ||
bool | $isSampled |
Methods
string
void
injectHeaders(Closure $headerInjector)
Gets distributed tracing data for the current span/transaction
Details
string
serializeToString()
deprecated
deprecated
No description
void
injectHeaders(Closure $headerInjector)
Gets distributed tracing data for the current span/transaction
$headerInjector is callback to inject headers with signature
(string $headerName, string $headerValue): void