Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
TraceContext
Interface TraceContext
Trace context for distributed tracing
interface
TraceContext
{
traceId
:
string
;
spanId
:
string
;
parentSpanId
?:
string
;
traceState
?:
string
;
baggage
?:
Record
<
string
,
string
>
;
}
Index
Properties
trace
Id
span
Id
parent
Span
Id?
trace
State?
baggage?
Properties
Readonly
trace
Id
traceId
:
string
Readonly
span
Id
spanId
:
string
Optional
Readonly
parent
Span
Id
parentSpanId
?:
string
Optional
Readonly
trace
State
traceState
?:
string
Optional
Readonly
baggage
baggage
?:
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
trace
Id
span
Id
parent
Span
Id
trace
State
baggage
Stratix Framework - v0.8.2
Loading...
Trace context for distributed tracing