-
public interface AgentSpanLinkThis interface describes a link to another span. The linked span could be part of the same trace or not.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAgentSpanLink.Attributes
-
Method Summary
Modifier and Type Method Description abstract DDTraceIdtraceId()Gets the trace identifier of the linked span. abstract longspanId()Gets the span identifier of the linked span. abstract bytetraceFlags()Gets the 8-bit field that controls tracing flags such as sampling, trace level, etc. abstract StringtraceState()Gets the vendor-specific trace information as defined per W3C standard. abstract AgentSpanLink.Attributesattributes()Gets the link attributes. -
-
Method Detail
-
spanId
abstract long spanId()
Gets the span identifier of the linked span.
-
traceFlags
abstract byte traceFlags()
Gets the 8-bit field that controls tracing flags such as sampling, trace level, etc.
-
traceState
abstract String traceState()
Gets the vendor-specific trace information as defined per W3C standard.
-
attributes
abstract AgentSpanLink.Attributes attributes()
Gets the link attributes.
-
-
-
-