aboutsummaryrefslogtreecommitdiff
path: root/kamon-akka/src/main/resources/reference.conf
Commit message (Collapse)AuthorAgeFilesLines
* ! akka: avoid catching the root supervisors with the metrics ↵Ivan Topolnjak2015-03-131-1/+1
| | | | instrumentation, fixes #157.
* ! akka: prefix actors, routers and dispatchers with the actor system name.Ivan Topolnjak2015-03-131-3/+14
|
* ! core: special treatment of settings.Ivan Topolnjak2015-02-141-2/+0
|
* + all: use ModuleSupervisor init all auto-start modules.Ivan Topolnjak2015-01-301-0/+9
| | | | | | | | | | | The new ModuleSupervisor implementation will make use of special configuration keys under the `kamon.modules` section to detect all the available modules in the classpath and do two things with that info: 1. Log the AspectJ Weaver missing error if any of the available modules requires AspectJ. 2. Start all available modules that are marked with the auto-start setting.
* ! core,akka: use our own dispatcher instead of Akka's default dispatcher.Ivan Topolnjak2015-01-291-1/+1
|
* + akka: include default filters configuration for actors.Ivan Topolnjak2015-01-281-0/+5
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-241-34/+1
|
* ! core,akka: separate all akka instrumentation into it's own kamon-akka ↵Ivan Topolnjak2014-12-281-0/+51
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.