| AsyncReporter |
As spans are reported, they are encoded and added to a pending queue.
|
| AsyncReporter.Builder |
|
| BytesEncoder |
Utility for encoding one or more elements of a type into a byte array.
|
| BytesMessageEncoder |
Senders like Kafka use byte[] message encoding.
|
| Call |
|
| Call.ErrorHandler |
|
| Call.FlatMapper |
|
| Call.Mapper |
|
| Callback |
A callback of a single result or error.
|
| 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.
|
| Encoding |
This includes the formats Zipkin server accepts.
|
| Reporter |
Spans are created in instrumentation, transported out-of-band, and eventually persisted.
|
| ReporterMetrics |
Instrumented applications report spans over a transport such as Kafka to Zipkin Collectors.
|
| Sender |
Sends a list of encoded spans to a transport such as http or Kafka.
|
| SpanBytesEncoder |
Includes built-in formats used in Zipkin.
|