Jaeger Receiver
core, contrib, k8s
Maintainers: @yurishkuro
Source: opentelemetry-collector-contrib
Supported Telemetry
Overview
Getting Started
By default, the Jaeger receiver will not serve any protocol. A protocol must be named under theprotocols object for the jaeger receiver to start. The
below protocols are supported, each supports an optional endpoint
object configuration parameter.
grpc(defaultendpoint= localhost:14250)thrift_binary(defaultendpoint= localhost:6832)thrift_compact(defaultendpoint= localhost:6831)thrift_http(defaultendpoint= localhost:14268)
Advanced Configuration
UDP protocols (currentlythrift_binary and thrift_compact) allow setting additional
server options:
queue_size(default 1000) sets max not yet handled requests to servermax_packet_size(default 65_000) sets max UDP packet sizeworkers(default 10) sets number of workers consuming the server queuesocket_buffer_size(default 0 - no buffer) sets buffer size of connection socket in bytes
- gRPC settings including CORS
- TLS and mTLS settings
Remote Sampling
Since version v0.61.0, remote sampling is no longer supported by the jaeger receiver. Since version v0.59.0, the jaegerremotesapmpling extension is available that can be used instead.Configuration
Example Configuration
Last generated: 2026-04-13