@microsoft/opentelemetry
Preparing search index...
ParentSpanRef
Interface ParentSpanRef
Manual parent span reference for cross-async-boundary tracing.
interface
ParentSpanRef
{
isRemote
?:
boolean
;
spanId
:
string
;
traceFlags
?:
number
;
traceId
:
string
;
traceState
?:
TraceState
;
}
Index
Properties
is
Remote?
span
Id
trace
Flags?
trace
Id
trace
State?
Properties
Optional
is
Remote
isRemote
?:
boolean
span
Id
spanId
:
string
Optional
trace
Flags
traceFlags
?:
number
trace
Id
traceId
:
string
Optional
trace
State
traceState
?:
TraceState
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
is
Remote
span
Id
trace
Flags
trace
Id
trace
State
@microsoft/opentelemetry
Loading...
Manual parent span reference for cross-async-boundary tracing.