Description
Jaeger tracer configuration.
Usages
Configuration options
| Key | Kind | Type | Default Value | Description |
|---|---|---|---|---|
client-cert-pem | VALUE | i.h.c.c.Resource | Certificate of client in PEM format | |
exporter-timeout | VALUE | Duration | PT10S | Timeout of exporter requests |
max-export-batch-size | VALUE | Integer | 512 | Maximum Export Batch Size of exporter requests |
max-queue-size | VALUE | Integer | 2048 | Maximum Queue Size of exporter requests |
private-key-pem | VALUE | i.h.c.c.Resource | Private key in PEM format | |
propagation | LIST | i.h.t.p.j.J.PropagationFormat | JAEGER | Add propagation format to use |
sampler-param | VALUE | Number | 1 | The sampler parameter (number) |
sampler-type | VALUE | i.h.t.p.j.J.SamplerType | CONSTANT | Sampler type |
schedule-delay | VALUE | Duration | PT5S | Schedule Delay of exporter requests |
span-processor-type | VALUE | i.h.t.p.j.J.SpanProcessorType | batch | Span Processor type used |
trusted-cert-pem | VALUE | i.h.c.c.Resource | Trusted certificates in PEM format |
See the manifest for all available types.