TraceContext
Optional W3C trace context, on requests in both directions only — never on responses or notifications.
Fields and variants
Section titled “Fields and variants”traceparenttracestate
Source
schema/msp/experimental/msp.schema.json#/types/TraceContext
{ "description": "Optional W3C trace context, on requests in both directions only — never on\nresponses or notifications.", "properties": { "traceparent": { "description": "W3C `traceparent` string; receivers that do not trace ignore it.", "type": "string" }, "tracestate": { "description": "W3C `tracestate` string.", "type": "string" } }, "type": "object"}