AsyncReporterpublic 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 | Description |
|---|---|---|
static Reporter<zipkin2.Span> |
CONSOLE |
|
static Reporter<zipkin2.Span> |
NOOP |
| Modifier and Type | Method | Description |
|---|---|---|
void |
report(S span) |
Schedules the span to be sent onto the transport.
|
Copyright © 2016–2018 OpenZipkin. All rights reserved.