aboutsummaryrefslogtreecommitdiff
path: root/kamon-log-reporter
Commit message (Collapse)AuthorAgeFilesLines
* = log-reporter: remove useless read of config properties.Ivan Topolnjak2015-05-081-1/+0
|
* ! log-reporter: remove report-system-metrics flag and subscribe by default ↵Diego2015-04-282-11/+1
| | | | to syste-metric category
* = log-reporter: rename simpleMetrics to metricsDiego2015-03-141-20/+20
|
* = log-reporter: update metrics subscription in order to support the new approachDiego2015-03-131-28/+38
|
* = log-reporter: minor changesDiego2015-03-131-14/+22
|
* = logreporter: fix MissingFormatArgumentException when reporting CPU metrics.Ivan Topolnjak2015-03-131-5/+4
|
* + log-reporter: include dispatcher metrics and close #163Diego2015-03-131-9/+77
|
* = core: rename UserMetrics to SimpleMetrics.Ivan Topolnjak2015-02-151-26/+26
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-131-4/+4
|
* + 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-242-115/+125
|
* ! core,akka: separate all akka instrumentation into it's own kamon-akka ↵Ivan Topolnjak2014-12-281-1/+2
| | | | | | | | | | | | | | | 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.
* = log-reporter: reduce verbosity of user metricsDiego2014-10-261-2/+6
|
* = play-example: downgrade scala version in master to 2.10.4Diego2014-10-201-1/+1
|
* + log-reporter: introduce ContextSwitches metricsDiego2014-10-201-3/+28
|
* = kamon-newrelic: minor refactor when merge metricsDiego2014-10-191-1/+1
|
* + core: provide sum and percentile functions in Histogram.Snapshot, closes #85Ivan Topolnjak2014-10-201-37/+10
|
* + log-reporter: include Process Cpu metrics and closes #72Diego2014-08-161-3/+28
|
* + log-reporter: include Cpu and Network metricsDiego2014-08-132-40/+42
|
* + console-reporter: include CPU and Network metricsDiego2014-08-131-2/+80
|
* = logreporter: upgrade to the latest user metricsIvan Topolnjak2014-08-041-14/+39
|
* + logreporter: new log reporter for trace, actor and user metrics, closes #57Ivan Topolnjak2014-07-291-0/+227
The new kamon-log-reporter module subscribes itselfs for trace, actor and user metrics and prints the values using ActorLogging in a pretty ascii table format.