org.apache.accumulo.cloudtrace.instrument.receivers
Interface SpanReceiver
- All Known Implementing Classes:
- AsyncSpanReceiver, LogSpans, SendSpansViaThrift, ZooSpanClient, ZooTraceClient
public interface SpanReceiver
The collector within a process that is the destination of Spans when a trace is running.
span
void span(long traceId,
long spanId,
long parentId,
long start,
long stop,
String description,
Map<String,String> data)
flush
void flush()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.