aboutsummaryrefslogtreecommitdiff
path: root/kamon-akka
Commit message (Collapse)AuthorAgeFilesLines
* ! core: generalize ThreadPoolExecutors metricsDiego2015-08-252-30/+11
|
* = akka: correctly set LookupData for routers used by BalancingPool, fixes #199.Ivan Topolnjak2015-07-292-2/+28
|
* = akka: minor formatting fixes.Ivan Topolnjak2015-07-171-6/+4
|
* + akka: avoid runtime exceptions logged on ActorCell shutdown #165Ernst Naezer2015-06-161-10/+25
|
* + akka: avoid runtime exceptions logged on dispatchers shutdownDiego2015-06-141-6/+8
|
* Change map to foreach for side-effecting behaviour on Optionpjan vandaele2015-06-041-9/+15
| | | | cleanup
* = akka: correctly handle invoke errors while processing system messages, ↵Ivan Topolnjak2015-04-221-1/+6
| | | | fixes #184.
* = akka: clean up the ask pattern warning instrumentation and tests.Ivan Topolnjak2015-04-183-99/+78
|
* = akka: cleanup the dispatcher metric recorders.Ivan Topolnjak2015-04-061-32/+8
|
* ! akka: avoid catching the root supervisors with the metrics ↵Ivan Topolnjak2015-03-133-5/+11
| | | | instrumentation, fixes #157.
* ! akka: prefix actors, routers and dispatchers with the actor system name.Ivan Topolnjak2015-03-136-48/+69
|
* + log-reporter: include dispatcher metrics and close #163Diego2015-03-131-2/+2
|
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-098-20/+30
|
* ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-158-60/+59
|
* ! core: special treatment of settings.Ivan Topolnjak2015-02-143-8/+3
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-137-124/+127
|
* + all: use ModuleSupervisor init all auto-start modules.Ivan Topolnjak2015-01-301-0/+9
| | | | | | | | | | | 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: include license headersDiego2015-01-291-0/+16
|
* ! core,akka: use our own dispatcher instead of Akka's default dispatcher.Ivan Topolnjak2015-01-291-1/+1
|
* + akka: include default filters configuration for actors.Ivan Topolnjak2015-01-281-0/+5
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-2419-693/+630
|
* ! core,akka: separate all akka instrumentation into it's own kamon-akka ↵Ivan Topolnjak2014-12-2819-0/+2138
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.