Uses of Class
io.opencensus.trace.Link
Packages that use Link
Package
Description
API for distributed tracing.
-
Uses of Link in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace with type parameters of type LinkModifier and TypeFieldDescriptionprivate RecordEventsSpanImpl.TraceEvents
<Link> RecordEventsSpanImpl.links
Methods in io.opencensus.implcore.trace that return types with arguments of type LinkModifier and TypeMethodDescriptionprivate RecordEventsSpanImpl.TraceEvents
<Link> RecordEventsSpanImpl.getInitializedLinks()
Methods in io.opencensus.implcore.trace with parameters of type Link -
Uses of Link in io.opencensus.trace
Subclasses of Link in io.opencensus.traceMethods in io.opencensus.trace that return LinkModifier and TypeMethodDescriptionstatic Link
Link.fromSpanContext
(SpanContext context, Link.Type type) Returns a newLink
.static Link
Link.fromSpanContext
(SpanContext context, Link.Type type, Map<String, AttributeValue> attributes) Returns a newLink
.Methods in io.opencensus.trace with parameters of type Link -
Uses of Link in io.opencensus.trace.export
Fields in io.opencensus.trace.export with type parameters of type LinkMethods in io.opencensus.trace.export that return types with arguments of type LinkModifier and TypeMethodDescriptionAutoValue_SpanData_Links.getLinks()
SpanData.Links.getLinks()
Returns the list of links.Method parameters in io.opencensus.trace.export with type arguments of type LinkConstructor parameters in io.opencensus.trace.export with type arguments of type LinkModifierConstructorDescription(package private)
AutoValue_SpanData_Links
(List<Link> links, int droppedLinksCount)