| Class | Description |
|---|---|
| AsyncReporter |
As spans are reported, they are encoded and added to a pending queue.
|
| AsyncReporter.Builder | |
| BytesMessageEncoder |
Senders like Kafka use byte[] message encoding.
|
| 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.
|
Copyright © 2016–2018 OpenZipkin. All rights reserved.