It might not be what you were thinking, but you can split your BT's by thread name in the instrumentation settings for business transactions. It works for any existing BT and I've used this for several apps that I needed a given by-thread confirmation or identification of the "flow" to correlate with single procs, or to use in conjunction with other tool's additional insights where my AppD Transaction ID isn't tag-n-trace through the 3rd party tools I may have to use in unique cases where AppD can't cover those apps/tools. I also use this method by "Thread ID" at times, which can be very valuable when attempting to determine if a third party's app is ACTUALLY spreading load across the threads, or operating in a single-threaded fashion. This is actually a feature that using this way, takes hours/days vs what would have taken you months to find in log analysis alone. FYI - Above is just a "catch all for anything, split all the things" example. I would highly recommend you don't use this in Prod as it will likely impact your instances quite seriously. Instead, try to find your starting point by the given class + method if possible, and then split by thread ID or thread Name. IDK if that's exactly what you were looking for, but I hope it helps! 🙂
... View more