@MessageEndpoint public class StreamSpanReporter extends Object implements SpanReporter
| Constructor and Description |
|---|
StreamSpanReporter(HostLocator endpointLocator,
SpanMetricReporter spanMetricReporter) |
| Modifier and Type | Method and Description |
|---|---|
Spans |
poll() |
void |
report(Span span) |
void |
setQueue(BlockingQueue<Span> queue) |
public StreamSpanReporter(HostLocator endpointLocator, SpanMetricReporter spanMetricReporter)
public void setQueue(BlockingQueue<Span> queue)
@InboundChannelAdapter(value="sleuth") public Spans poll()
public void report(Span span)
report in interface SpanReporterCopyright © 2016 Pivotal Software, Inc.. All rights reserved.