aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/akka/instrumentation/DispatcherTracing.scala
Commit message (Collapse)AuthorAgeFilesLines
* + core: upgraded HDRHistogram to 1.2.1Diego2014-06-071-1/+0
|
* = core : fixes #38Diego2014-06-071-18/+35
| | | | * I've changed the way to get the Actorsystem inside of DispatcerTracing, passing the actorSystem across the Dispatchers and then to each Dispatcher in the same ActorSystem.
* = core: fixes #37Diego2014-06-051-8/+14
|
* = core: avoid using tuples in favor of case classesIvan Topolnak2014-05-211-3/+45
|
* + core: added dispatchers metrics instrumentationDiego2014-05-201-0/+97