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 trace-id for this span-context. |
| span-id | span-id | The span-id for this span-context. |
| trace-flags | trace-flags | The trace-flags for this span-context. |
| is-remote | bool | Whether this span-context was propagated from a remote parent. |
| trace-state | trace-state | The trace-state for this span-context. |