how do i send traces to a url endpoint where zipkin is running outside the cluster ?
meshConfig:
enableTracing: true
defaultConfig:
tracing:
zipkin:
address: https://external-zipkin.example.com
This doesnt work.
Thanks for the help