| Interface | Description |
|---|---|
| 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.
|
| 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). |
| InMemoryReporterMetrics | |
| Sender |
Sends a list of encoded spans to a transport such as http or Kafka.
|
| Enum | Description |
|---|---|
| BytesMessageEncoder |
Senders like Kafka use byte[] message encoding.
|
Copyright © 2016–2018 OpenZipkin. All rights reserved.