|
|
|
|
|
by tedsuo
3336 days ago
|
|
I recommend separating collection from instrumentation. Always instrument at the source, so that you can instrument the flow of your entire application. If the caller decides there is something about the code flow that is worth recording, it can trigger collection of the entire trace. |
|