Viewing whole trace when it exceeds trace size limit

Hello!

I’m having trouble viewing full traces from long-running processes in Grafana. After a certain time there’s a message on the UI saying ‘Partial trace, Trace exceeds maximum size of 3000000 bytes, a partial trace is returned’.

It also seems like partial traces are missing manually created spans and only contains spans from autoinstrumentation, although they could just be outside of the displayed range.

Can I change or disable the limit somewhere? Is there a good practice for tracing long-running processes whose traces exceed the maximum size by a large margin? Should I use a different tool to view such traces?

Thanks