Interface | Description |
---|---|
Call.ErrorHandler<V> | |
Call.FlatMapper<V1,V2> | |
Call.Mapper<V1,V2> | |
Callback<V> |
A callback of a single result or error.
|
Class | Description |
---|---|
Annotation |
Associates an event that explains latency with a timestamp.
|
Call<V> |
This captures a (usually remote) request and can be used once, either
synchronously or asynchronously . |
Call.Base<V> | |
CheckResult |
Answers the question: Are operations on this component likely to succeed?
|
Component |
Components are object graphs used to compose a zipkin service or client.
|
DependencyLink | |
DependencyLink.Builder | |
Endpoint |
The network context of a node in the service graph.
|
Endpoint.Builder | |
Span |
A trace is a series of spans (often RPC calls) which form a latency tree.
|
Span.Builder |
Enum | Description |
---|---|
Span.Kind |
Indicates the primary span type.
|
Copyright © 2015–2017 OpenZipkin. All rights reserved.