aboutsummaryrefslogtreecommitdiff
path: root/kamon-log-reporter/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
* wip: only the modules that actually require an actor system are getting one.Ivan Topolnjak2015-08-301-2/+2
|
* ! log-reporter: remove report-system-metrics flag and subscribe by default ↵Diego2015-04-281-5/+0
| | | | to syste-metric category
* + all: use ModuleSupervisor init all auto-start modules.Ivan Topolnjak2015-01-301-1/+8
| | | | | | | | | | | 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-241-2/+1
|
* + log-reporter: include Cpu and Network metricsDiego2014-08-131-0/+12