Package zipkin2
Class DependencyLink
java.lang.Object
zipkin2.DependencyLink
- All Implemented Interfaces:
Serializable
A dependency link is an edge between two services.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionlongTotal traced calls made fromparenttochildchild()The chold service name (callee),Span.localServiceName()if instrumented.booleanlongCount of calls known to be errors (having one tag named "error").inthashCode()static DependencyLink.Builderparent()The parent service name (caller),Span.localServiceName()if instrumented.toString()
-
Method Details
-
newBuilder
-
parent
The parent service name (caller),Span.localServiceName()if instrumented. -
child
The chold service name (callee),Span.localServiceName()if instrumented. -
callCount
public long callCount()Total traced calls made fromparenttochild -
errorCount
public long errorCount()Count of calls known to be errors (having one tag named "error"). -
toBuilder
-
toString
-
equals
-
hashCode
public int hashCode()
-