Open
Description
The readme says this package instruments ExecutorService
, Executor
, Runnable
, and Callable
, but it only gives an example for ExecutorService
. Is the only entry point ExecutorService
? Or is there something you would do to directly instrument Executor
, Runnable
, and Callable
?
Also, I'm wondering how these calls will be show up when looking at the trace. E.g. Parseq tracing does a really good job at showing you the line number and method where each span occurred. Does this package have any ability to appropriately name each span automatically or to allow the user to create their own name for each span? It would be really helpful to see what a trace using this package looks like
Metadata
Metadata
Assignees
Labels
No labels