Description

OpenTracing tracer configuration

Configuration options

KeyTypeDefault ValueDescription
pathString Path on the collector host to use when sending data to tracing collector
protocolString Protocol 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
portInteger Port to use to connect to tracing collector
serviceString Service name of the traced service
hostString Host 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.