Record
link
Describes a relationship to another span.
record link {
span-context: span-context,
attributes: list<key-value>,
}Fields
| Name | Type | Description |
|---|---|---|
| span-context | span-context | Denotes which span to link to. |
| attributes | list<key-value> | Attributes describing the link. |