Uses of Class
zipkin2.reporter.Sender
-
Uses of Sender in zipkin2.reporter
Methods in zipkin2.reporter with parameters of type Sender Modifier and Type Method Description static AsyncReporter.BuilderAsyncReporter. builder(Sender sender)LikeAsyncReporter.create(Sender), except you can configure settings such as the timeout.static AsyncReporter<zipkin2.Span>AsyncReporter. create(Sender sender)Builds a json reporter for Zipkin V2.