Record
span-context
Identifying trace information about a span that can be serialized and propagated.
record span-context {
trace-id: trace-id,
span-id: span-id,
trace-flags: trace-flags,
is-remote: bool,
trace-state: trace-state,
}Fields
| Name | Type | Description |
|---|---|---|
| trace-id | trace-id | The |
| span-id | span-id | The |
| trace-flags | trace-flags | The |
| is-remote | bool | Whether this |
| trace-state | trace-state | The |