| Interface | Description |
|---|---|
| WingtipsToZipkinSpanConverter |
Simple interface for a class that knows how to convert a Wingtips
Span to a Span. |
| ZipkinSpanSender |
A interface for sending Zipkin spans to a Zipkin server.
|
| Class | Description |
|---|---|
| WingtipsToZipkinSpanConverterDefaultImpl |
Default implementation of
WingtipsToZipkinSpanConverter that knows how to create the appropriate client/server/local annotations
for the Span based on the Wingtips Span's Span.getSpanPurpose(). |
| ZipkinSpanSenderDefaultHttpImpl |
A default no-dependencies implementation of
ZipkinSpanSender that collects spans into batches and sends them to the Zipkin server
at a regular intervals over HTTP. |
| ZipkinSpanSenderDefaultHttpImpl.ZipkinSpanSenderJob |