aboutsummaryrefslogtreecommitdiff
path: root/kamon-log-reporter/src/main
Commit message (Collapse)AuthorAgeFilesLines
* ! 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.