Initially envoy only used to export traces using the zipkin client which could be sent to jaeger-collector since jaeger understands the zipkin format. But now you can configure envoy to produce traces in the native jaeger format: https://www.envoyproxy.io/docs/envoy/latest/start/sandboxes/jaeger_native_tracing
The page above highlights the benefits of doing that as well. I am trying to find how to configure Istio such that envoy processes under its control use the native jaeger format?
@objectiser, @douglas-reid - can this be done using Istio 1.0.5?