Skip to content
Developer Preview

TraceContext

Optional W3C trace context, on requests in both directions only — never on responses or notifications.

  • traceparent
  • tracestate
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"
}