ZipkinReporterService
class ZipkinReporterService(url: String, initBlock: ZipkinReporterService.() -> Unit = {}) : GenericIdleService
A Guava GenericIdleService that manages a Zipkin span reporter lifecycle.
Creates an OkHttpSender and AsyncReporter for sending trace spans to a Zipkin server, and provides a factory method for creating Tracing instances bound to this reporter.
Parameters
url
The full URL of the Zipkin collector endpoint.
initBlock
An optional initialization block invoked after the service listener is registered.