javaflame
javaflame copied to clipboard
Show first function name on each thread
Threads usually have generic names, but the root function name makes it very clear what the thread is meant to do.
Show this alongside the thread name.
Also show the execution time for the whole thread
Can we capture the point where the thread was created and set it on the thread span? Maybe a thread constructor interceptor?