aboutsummaryrefslogtreecommitdiff
path: root/kamon-scala/src
Commit message (Collapse)AuthorAgeFilesLines
* wip: only the modules that actually require an actor system are getting one.Ivan Topolnjak2015-08-301-3/+0
|
* = scala: fix malformed modules section in reference.conf file.Ivan Topolnjak2015-04-201-3/+4
|
* ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-154-18/+18
|
* + all: use ModuleSupervisor init all auto-start modules.Ivan Topolnjak2015-01-301-0/+14
| | | | | | | | | | | 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.
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-245-0/+238