All Classes

Class Description
AsyncReporter<S>
As spans are reported, they are encoded and added to a pending queue.
AsyncReporter.Builder  
AwaitableCallback
Blocks until Callback.onSuccess(Object) or Callback.onError(Throwable).
BytesMessageEncoder
Senders like Kafka use byte[] message encoding.
ClosedSenderException
An exception thrown when a Sender is used after it has been closed.
InMemoryReporterMetrics  
Reporter<S>
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.