public abstract class DependencyLink extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DependencyLink.Builder |
Modifier and Type | Method and Description |
---|---|
abstract long |
callCount()
|
abstract String |
child()
child service name (callee)
|
abstract long |
errorCount()
How many
calls are known to be errors |
static DependencyLink.Builder |
newBuilder() |
abstract String |
parent()
parent service name (caller)
|
abstract DependencyLink.Builder |
toBuilder() |
String |
toString() |
public static DependencyLink.Builder newBuilder()
public abstract String parent()
public abstract String child()
public abstract long callCount()
public abstract long errorCount()
calls
are known to be errorspublic abstract DependencyLink.Builder toBuilder()
Copyright © 2015–2017 OpenZipkin. All rights reserved.