io.helidon.tracing.Tracer
Description
Tracer configuration
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
path | String | Path on the collector host to use when sending data to tracing collector | |
protocol | String | Protocol to use (such as http or https) to connect to tracing collector | |
boolean-tags | Map<String, Boolean> | Tracer level tags that get added to all reported spans | |
port | Integer | Port to use to connect to tracing collector | |
service | String | Service name of the traced service | |
host | String | Host to use to connect to tracing collector | |
global | Boolean | true | When enabled, the created instance is also registered as a global tracer |
int-tags | Map<String, Integer> | Tracer level tags that get added to all reported spans | |
enabled | Boolean | true | When enabled, tracing will be sent |
tags | Map<String, String> | Tracer level tags that get added to all reported spans |
See the manifest for all available types.