Package | Description |
---|---|
org.cloudera.htrace | |
org.cloudera.htrace.impl |
Modifier and Type | Method and Description |
---|---|
static void |
Trace.addReceiver(SpanReceiver rcvr)
Adds the given SpanReceiver to the current Tracer instance's list of
SpanReceivers.
|
protected void |
Tracer.addReceiver(SpanReceiver receiver) |
static void |
Trace.removeReceiver(SpanReceiver rcvr)
Removes the given SpanReceiver from the list of SpanReceivers.
|
protected void |
Tracer.removeReceiver(SpanReceiver receiver) |
Modifier and Type | Class and Description |
---|---|
class |
LocalFileSpanReceiver
Writes the spans it receives to a local file.
|
class |
POJOSpanReceiver
SpanReceiver for testing only that just collects the Span objects it
receives.
|
class |
StandardOutSpanReceiver
Used for testing.
|
class |
ZipkinSpanReceiver
Zipkin is an open source tracing library.
|
Copyright © 2014. All rights reserved.