| Modifier and Type | Method and 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.
|
Copyright © 2016–2017 OpenZipkin. All rights reserved.