Hi,
If I'd like to trace some key actions for my request-response cycle, which async tracing framework should I use?
For example:
To handle 1 request, we might have logic executed on different threads (some are even in parallel), I'd like to have an aggregated view of actions for this "transaction" to see what's going on in different threads.
It seems
kamon.io can support some scala based framework like spray, play, etc. But I don't see a vertx extension.
Zipkin? I'm not sure whether is suitable. Distributed tracing is cool, but my first priority is cross-thread tacing.
Any suggestion?
Thanks
Leon