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