public interface Reporter<S>
Span, but extracted for reporting other java
types like HTrace spans to zipkin, and to allow future Zipkin model types to be reported (ex.
zipkin2.Span).| Modifier and Type | Field and Description |
|---|---|
static Reporter<zipkin2.Span> |
CONSOLE |
static Reporter<zipkin2.Span> |
NOOP |
| Modifier and Type | Method and Description |
|---|---|
void |
report(S span)
Schedules the span to be sent onto the transport.
|
Copyright © 2016–2017 OpenZipkin. All rights reserved.