A pointer from the current span to another span in the same
trace or in a different trace. For example, this can be used in
batching operations, where a single batch handler processes
multiple requests from different traces or when the handler
receives a request from a different project.
Attributes
Name
Description
trace_id
str
The [TRACE_ID] for a trace within a project.
span_id
str
The [SPAN_ID] for a span within a trace.
type
.trace.Span.Link.Type
The relationship of the current span relative
to the linked span.
attributes
.trace.Span.Attributes
A set of attributes on the link. You have
have up to 32 attributes per link.
Classes
Type
Type(value)
The relationship of the current span relative to the linked
span: child, parent, or unspecified.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]