Docs Connect Components Tracers jaeger jaeger Available in: Self-Managed Send tracing events to a Jaeger agent or collector. Common Advanced # Common config fields, showing default values tracer: jaeger: agent_address: "" collector_url: "" sampler_type: const flush_interval: "" # No default (optional) # All config fields, showing default values tracer: jaeger: agent_address: "" collector_url: "" sampler_type: const sampler_param: 1 tags: {} flush_interval: "" # No default (optional) Fields agent_address The address of a Jaeger agent to send tracing events to. Type: string Default: "" # Examples agent_address: jaeger-agent:6831 collector_url The URL of a Jaeger collector to send tracing events to. If set, this will override agent_address. Type: string Default: "" Requires version 3.38.0 or newer # Examples collector_url: https://jaeger-collector:14268/api/traces sampler_type The sampler type to use. Type: string Default: "const" Option Summary const Sample a percentage of traces. 1 or more means all traces are sampled, 0 means no traces are sampled and anything in between means a percentage of traces are sampled. Tuning the sampling rate is recommended for high-volume production workloads. sampler_param A parameter to use for sampling. This field is unused for some sampling types. Type: float Default: 1 tags A map of tags to add to tracing spans. Type: object Default: {} flush_interval The period of time between each flush of tracing spans. Type: string Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution none open_telemetry_collector