How to Change default "Trace Name" to include url full-path?

After enabling tracing for istio and integrating it with Jaeger and now Tempo, what bothers me, is when searching up for traces, all of the traces show up with the name as follows: <service_name>..svc.cluster.local/*

What I would like instead is to see the full path after the ‘/’, and not simply wildcard.

Is that possible?