io.helidon.TracingConfig
Description
Merged configuration for tracing
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
api-version | Version | V2 | Version of Zipkin API to use |
client-cert-pem | Resource | Certificate of client in PEM format | |
exporter-timeout | Duration | PT10S | Timeout of exporter requests |
exporter-type | OtlpExporterProtocolType | GRPC | Type of OTLP exporter to use for pushing span data |
max-export-batch-size | Integer | 512 | Maximum Export Batch Size of exporter requests |
max-queue-size | Integer | 2048 | Maximum Queue Size of exporter requests |
private-key-pem | Resource | Private key in PEM format | |
propagation | List<PropagationFormat> | JAEGER | Add propagation format to use |
propagators | List<CustomMethods> | Context propagators | |
sampler-param | Number | 1 | The sampler parameter (number) |
sampler-type | SamplerType | CONSTANT | Sampler type |
schedule-delay | Duration | PT5S | Schedule Delay of exporter requests |
span-processor-type | SpanProcessorType | batch | Span Processor type used |
trusted-cert-pem | Resource | Trusted certificates in PEM format |
Merged Types
- io.helidon.tracing.providers.jaeger.JaegerTracerBuilder
- io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracer
- io.helidon.tracing.providers.zipkin.ZipkinTracerBuilder
Usages
See the manifest for all available types.