Package io.micrometer.tracing
Class Link
java.lang.Object
io.micrometer.tracing.Link
Represents a link between spans.
- Since:
- 1.1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetTags()Tags attached to this link.TraceContextattached to this link.inthashCode()toString()
-
Field Details
-
NOOP
A noop implementation.
-
-
Constructor Details
-
Link
Creates a new instance ofLink.- Parameters:
traceContext- trace context attached to the linktags- attached to the link
-
Link
Creates a new instance ofLink.- Parameters:
traceContext- trace context attached to the link
-
Link
Creates a new instance ofLink.- Parameters:
span- span attached to the linktags- attached to the link
-
Link
Creates a new instance ofLink.- Parameters:
span- span attached to the link
-
-
Method Details