Class | Description |
---|---|
AlwaysSampler | |
CountSampler |
Sampler that returns true every N calls.
|
LocalFileSpanReceiver |
Writes the spans it receives to a local file.
|
MilliSpan |
A Span implementation that stores its information in milliseconds since the
epoch.
|
NeverSampler | |
POJOSpanReceiver |
SpanReceiver for testing only that just collects the Span objects it
receives.
|
ProbabilitySampler | |
StandardOutSpanReceiver |
Used for testing.
|
TrueIfTracingSampler |
A Sampler that returns true if and only if tracing is on the current thread.
|
ZipkinSpanReceiver |
Zipkin is an open source tracing library.
|
Copyright © 2014. All rights reserved.