aboutsummaryrefslogtreecommitdiff
path: root/kamon-akka/src/test/scala/kamon/metric/ActorMetricsSpec.scala
Commit message (Collapse)AuthorAgeFilesLines
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-131-215/+0
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-241-45/+32
|
* ! core,akka: separate all akka instrumentation into it's own kamon-akka ↵Ivan Topolnjak2014-12-281-0/+228
module, related to #136. All Akka-related instrumentation and code has been moved to the kamon-akka module, including the filters for actor, dispatcher and router metrics. Also the following changes are included: - Router Metrics are now working properly, related to #139. - Cleanup the log output for this module, related to #142. - Some minor cleanups in various tests. This PR breaks the reporting modules which will need to wait for #141 to be ready to come back to life.