diff --git a/cmd/jaeger/internal/all-in-one.yaml b/cmd/jaeger/internal/all-in-one.yaml index 65a1d84e60c..2f1ab314560 100644 --- a/cmd/jaeger/internal/all-in-one.yaml +++ b/cmd/jaeger/internal/all-in-one.yaml @@ -62,6 +62,10 @@ receivers: endpoint: "${env:JAEGER_LISTEN_HOST:-localhost}:14250" thrift_http: endpoint: "${env:JAEGER_LISTEN_HOST:-localhost}:14268" + thrift_binary: + endpoint: "${env:JAEGER_LISTEN_HOST:-localhost}:6832" + thrift_compact: + endpoint: "${env:JAEGER_LISTEN_HOST:-localhost}:6831" zipkin: endpoint: "${env:JAEGER_LISTEN_HOST:-localhost}:9411"