MCP Server Framework - v1.0.0
Preparing search index...
server/telemetry
TraceContext
Interface TraceContext
Trace context for propagation to external services.
interface
TraceContext
{
spanId
:
string
;
traceId
:
string
;
}
Index
Properties
span
Id
trace
Id
Properties
Readonly
span
Id
spanId
:
string
Span ID
Readonly
trace
Id
traceId
:
string
Trace ID
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
span
Id
trace
Id
MCP Server Framework - v1.0.0
Loading...
Trace context for propagation to external services.