Skip to content

io.helidon.tracing.Tracer

Description

Tracer configuration

Configuration options

KeyTypeDefaultDescription
pathStringPath on the collector host to use when sending data to tracing collector
protocolStringProtocol to use (such as http or https) to connect to tracing collector
boolean-tagsMap<String, Boolean>Tracer level tags that get added to all reported spans
portIntegerPort to use to connect to tracing collector
serviceStringService name of the traced service
hostStringHost to use to connect to tracing collector
globalBooleantrueWhen enabled, the created instance is also registered as a global tracer
int-tagsMap<String, Integer>Tracer level tags that get added to all reported spans
enabledBooleantrueWhen enabled, tracing will be sent
tagsMap<String, String>Tracer level tags that get added to all reported spans

See the manifest for all available types.