-
Notifications
You must be signed in to change notification settings - Fork 32
Home
levkhomich edited this page Dec 25, 2014
·
10 revisions
A distributed tracing Akka extension based on Twitter's Zipkin, which can be used as performance diagnostics and debugging tool.
It allows you to:
- trace call hierarchies inside an actor system;
- debug request processing pipelines (you can log to traces, annotate them with custom key-value pairs);
- find and analyse slowest requests in your system.
Distributed tracing approach used by Zipkin synergise with akka-remote and akka-cluster. Extension provides integration with Play framework and Spray toolkit.
It is better to see once: