Skip to content

io.helidon.tracing.providers.jaeger.JaegerTracerBuilder

Description

Jaeger tracer configuration

Configuration options

KeyTypeDefaultDescription
propagationList<PropagationFormat>JAEGERAdd propagation format to use
sampler-paramNumber1The sampler parameter (number)
schedule-delayDurationPT5SSchedule Delay of exporter requests
span-processor-typeSpanProcessorTypebatchSpan Processor type used
max-export-batch-sizeInteger512Maximum Export Batch Size of exporter requests
trusted-cert-pemResourceTrusted certificates in PEM format
exporter-timeoutDurationPT10STimeout of exporter requests
sampler-typeSamplerTypeCONSTANTSampler type
private-key-pemResourcePrivate key in PEM format
client-cert-pemResourceCertificate of client in PEM format
max-queue-sizeInteger2048Maximum Queue Size of exporter requests

See the manifest for all available types.