public class StandardOutSpanReceiver extends Object implements SpanReceiver
| Constructor and Description |
|---|
StandardOutSpanReceiver() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(HTraceConfiguration conf)
Hosts of SpanReceivers should call this method to provide
configuration to SpanReceivers after creating them.
|
void |
receiveSpan(Span span)
Called when a Span is stopped and can now be stored.
|
public void configure(HTraceConfiguration conf)
SpanReceiverconfigure in interface SpanReceiverpublic void receiveSpan(Span span)
SpanReceiverreceiveSpan in interface SpanReceiverpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2014. All Rights Reserved.