aboutsummaryrefslogtreecommitdiff
path: root/kamon-akka/src/main/scala/kamon/akka/instrumentation
Commit message (Expand)AuthorAgeFilesLines
* correctly differentiate between actors and routers, fixes #271Ivan Topolnjak2016-03-282-10/+5
* Merge branch 'issue#271/fix-balancing-pool-metrics'Ivan Topolnjak2016-03-157-245/+462
|\
| * remove the context propagation configuration, we will always propagate.Ivan Topolnjak2016-03-141-56/+49
| * introduce selective instrumentation for akka actors.Ivan Topolnjak2016-03-147-245/+469
* | ! akka: avoid error thrown in dispatcher instrumentation when using custom di...Diego2015-11-271-8/+20
|/
* ! core: Decoupling basic apis from reporters in order to improve Kamon toolin...Diego2015-11-251-2/+2
* wip, core/akka/spray are kind of migrated.Ivan Topolnjak2015-08-281-11/+13
* ! kamon-akka: change in DispatcherInstrumentation the type of Dispatcher to F...Diego2015-08-251-3/+4
* ! core: generalize ThreadPoolExecutors metricsDiego2015-08-251-4/+9
* = akka: correctly set LookupData for routers used by BalancingPool, fixes #199.Ivan Topolnjak2015-07-291-1/+13
* = 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
* = akka: correctly handle invoke errors while processing system messages, fixe...Ivan Topolnjak2015-04-221-1/+6
* = akka: clean up the ask pattern warning instrumentation and tests.Ivan Topolnjak2015-04-181-41/+36
* ! akka: avoid catching the root supervisors with the metrics instrumentation,...Ivan Topolnjak2015-03-131-3/+5
* ! akka: prefix actors, routers and dispatchers with the actor system name.Ivan Topolnjak2015-03-132-15/+25
* + log-reporter: include dispatcher metrics and close #163Diego2015-03-131-2/+2
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-092-11/+22
* ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-154-11/+10
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-133-10/+12
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-245-0/+601