Istio external Jaeger traffic flow

I am working on setting up an external Jaeger service for Istio tracing support. What should the correct traffic flow:

a. Istio-proxy → Egress → External Jaeger Collector
or
b. Istio-proxy → External Jaeger Collector

I searched the docs and did not find any info about this.

Thanks!