HelidonHelidon4.5.2

io.helidon.TracingConfig

Description

Merged configuration for tracing

Configuration options

KeyTypeDefaultDescription
api-versionVersionV2Version of Zipkin API to use
boolean-tagsMap<String, Boolean>Tracer-level tags with boolean values added to all reported spans
client-cert-pemResourceCertificate of client in PEM format
enabledBooleantrueWhether to enable tracing
export-timeoutDurationPT10SMaximum time a transmission can be in progress before being cancelled
exporter-timeoutDurationPT10STimeout of exporter requests
exporter-typeOtlpExporterProtocolTypeGRPCType of OTLP exporter to use for pushing span data
globalBooleantrueWhether to create and register a tracer as the global tracer
hostStringHost used in connecting to the tracing collector
int-tagsMap<String, Integer>Tracer level tags with integer values added to all reported spans
max-export-batch-sizeInteger512Maximum Export Batch Size of exporter requests
max-queue-sizeInteger2048Maximum Queue Size of exporter requests
pathStringPath at the collector host and port used when sending trace data to the collector
portIntegerPort used in connecting to the tracing collector
private-key-pemResourcePrivate key in PEM format
propagationList<PropagationFormat>JAEGERAdd propagation format to use
propagatorsList<TextMapPropagator>Context propagators
protocolStringProtocol (such as http or https) used in connecting to the tracing collector
sampler-paramNumber1The sampler parameter (number)
sampler-typeSamplerTypeCONSTANTSampler type
schedule-delayDurationPT5SSchedule Delay of exporter requests
serviceStringService name of the traced service
span-processor-typeSpanProcessorTypebatchSpan Processor type used
tagsMap<String, String>Tracer-level tags with String values added to all reported spans
trusted-cert-pemResourceTrusted certificates in PEM format
uriURIURI for the collector to which to send tracing data

Merged Types

Usages


See the manifest for all available types.

Copyright © 2018, 2026 Oracle and/or its affiliates.