io.helidon.tracing.providers.jaeger.JaegerTracerBuilder.SamplerType
Description
This type is an enumeration.
Allowed Values
| Value | Description |
|---|---|
CONSTANT | Constant sampler always makes the same decision for all traces |
RATIO | Ratio of the requests to sample, double value |
Usages
See the manifest for all available types.