| Class | Description |
|---|---|
| AlwaysSampler |
A Sampler that always returns true.
|
| 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.
|
| MilliSpan.Builder |
The public interface for constructing a MilliSpan.
|
| MilliSpan.MilliSpanDeserializer | |
| NeverSampler |
A Sampler that never returns true.
|
| POJOSpanReceiver |
SpanReceiver for testing only that just collects the Span objects it
receives.
|
| ProbabilitySampler |
Sampler that returns true a certain percentage of the time.
|
| StandardOutSpanReceiver |
Used for testing.
|
| TrueIfTracingSampler |
A Sampler that returns true if and only if tracing is enabled for the current thread.
|
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.