| 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)
After a certain threshold, spans are drained and
sent to Zipkin
collectors. |
static AsyncReporter<zipkin2.Span> |
AsyncReporter.v2(Sender sender)
Builds a reporter for Zipkin V2 spans.
|
Copyright © 2016–2017 OpenZipkin. All rights reserved.