Issues with tracing

I’ve configured Istio on my cluster succesfully, however I’m not having much luck with tracing.

This is what I see now for requests, it seems it can only see the spans from istio-proxy.

I’ve checked that the service ports are named correctly too?

The service name is taken from the “app” label, and if not present, it uses “istio-proxy” as a default. Can you check if you have defined the “app” label?

Regards
Gary

1 Like

This solved my issue. Thanks for the help!