io.helidon.tracing.providers.jaeger.JaegerTracerBuilder
Description
Jaeger tracer configuration
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
propagation | List<PropagationFormat> | JAEGER | Add propagation format to use |
sampler-param | Number | 1 | The sampler parameter (number) |
schedule-delay | Duration | PT5S | Schedule Delay of exporter requests |
span-processor-type | SpanProcessorType | batch | Span Processor type used |
max-export-batch-size | Integer | 512 | Maximum Export Batch Size of exporter requests |
trusted-cert-pem | Resource | Trusted certificates in PEM format | |
exporter-timeout | Duration | PT10S | Timeout of exporter requests |
sampler-type | SamplerType | CONSTANT | Sampler type |
private-key-pem | Resource | Private key in PEM format | |
client-cert-pem | Resource | Certificate of client in PEM format | |
max-queue-size | Integer | 2048 | Maximum Queue Size of exporter requests |
See the manifest for all available types.