aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/supervisor
Commit message (Collapse)AuthorAgeFilesLines
* = core: put the ModuleLoader back in place for auto-starting modules.Ivan Topolnjak2015-03-123-205/+0
|
* ! core: special treatment of settings.Ivan Topolnjak2015-02-142-5/+5
|
* ! all: include license headersDiego2015-01-313-0/+48
|
* + all: use ModuleSupervisor init all auto-start modules.Ivan Topolnjak2015-01-303-0/+157
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.