I have installed the jaeger helm chart v1.37.0 in my Kubernetes cluster, with the Zipkin port enabled.
collector:
service:
zipkin:
port: 9411
I have also configured istio to use the address for Zipkin
global:
tracer:
zipkin:
address: "jaeger-collector.monitor.svc.cluster.local:9411"
However, when I go to the Jaeger UI, I don't see any services apart from that of the jaeger-query.
I feel like I'm doing something wrong, but I'm not sure what is it.
Is there a way to get this to work, please?