Jaeger tracer configuration.
This is a standalone configuration type, prefix from configuration root: tracing
| key | type | default value | description |
|---|---|---|---|
|
Map<string, boolean> |
|
Tracer level tags that get added to all reported spans. |
|
|
Certificate of client in PEM format. |
|
|
boolean |
|
When enabled, tracing will be sent. If enabled is false, tracing should use a no-op tracer. |
|
Duration |
|
Timeout of exporter requests. |
|
boolean |
|
When enabled, the created instance is also registered as a global tracer. |
|
string |
|
Host to use to connect to tracing collector. Default is defined by each tracing integration. |
|
Map<string, int> |
|
Tracer level tags that get added to all reported spans. |
|
string |
|
Path on the collector host to use when sending data to tracing collector. Default is defined by each tracing integration. |
|
int |
|
Port to use to connect to tracing collector. Default is defined by each tracing integration. |
|
|
Private key in PEM format. |
|
|
string |
|
Protocol to use (such as |
|
Number |
|
The sampler parameter (number). |
|
SamplerType (CONSTANT, RATIO) |
|
Sampler type. See <a href="https://www.jaegertracing.io/docs/latest/sampling/#client-sampling-configuration">Sampler types</a>. |
|
string |
|
Service name of the traced service. |
|
Map<string, string> |
|
Tracer level tags that get added to all reported spans. |
|
|
Trusted certificates in PEM format. |