See: Description
| Interface | Description |
|---|---|
| BaggageRestrictionManager |
BaggageRestrictionManager is an interface for a class that manages baggage
restrictions for baggage keys.
|
| BaggageRestrictionManagerProxy |
BaggageRestrictionManagerProxy is an interface for a class that fetches baggage
restrictions for specific service from a remote source i.e.
|
| Codec<T> | |
| Extractor<T> |
You should implement this class if you want to add possibility to extract information about
JaegerSpanContext that is provided in your custom propagation scheme.
|
| Injector<T> |
You should implement this class if you want to add possibility to inject information about
JaegerSpanContext that is passed between services in your custom propagation scheme.
|
| MetricsFactory | |
| Reporter |
Reporter is the interface JaegerTracer uses to report finished span to something that collects those
spans.
|
| Sampler |
Sampler is responsible for deciding if a new trace should be sampled and captured for storage.
|
| SamplingManager | |
| Sender | |
| SenderFactory |
Represents a class that knows how to select and build the appropriate
Sender based on the given
Configuration.SenderConfiguration. |