Uses of Class
zipkin2.reporter.AsyncReporter
-
Uses of AsyncReporter in zipkin2.reporter
Methods in zipkin2.reporter that return AsyncReporter Modifier and Type Method Description AsyncReporter<zipkin2.Span>AsyncReporter.Builder. build()Builds an async reporter that encodes zipkin spans as they are reported.<S> AsyncReporter<S>AsyncReporter.Builder. build(zipkin2.codec.BytesEncoder<S> encoder)Builds an async reporter that encodes arbitrary spans as they are reported.static AsyncReporter<zipkin2.Span>AsyncReporter. create(Sender sender)Builds a json reporter for Zipkin V2.