aboutsummaryrefslogtreecommitdiff
path: root/kamon-akka/src/test/scala/kamon
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'issue#271/fix-balancing-pool-metrics'Ivan Topolnjak2016-03-152-18/+54
|\
| * introduce selective instrumentation for akka actors.Ivan Topolnjak2016-03-142-18/+54
| |
* | = all: bump up dependency versions and fix testDiego2015-11-272-121/+2
| |
* | ! akka: avoid error thrown in dispatcher instrumentation when using custom ↵Diego2015-11-272-3/+120
|/ | | | dispatchers and close #290
* wip, core/akka/spray are kind of migrated.Ivan Topolnjak2015-08-286-121/+3
|
* ! core: generalize ThreadPoolExecutors metricsDiego2015-08-251-3/+4
|
* = akka: correctly set LookupData for routers used by BalancingPool, fixes #199.Ivan Topolnjak2015-07-291-1/+15
|
* = akka: clean up the ask pattern warning instrumentation and tests.Ivan Topolnjak2015-04-181-56/+24
|
* ! akka: avoid catching the root supervisors with the metrics ↵Ivan Topolnjak2015-03-131-1/+5
| | | | instrumentation, fixes #157.
* ! akka: prefix actors, routers and dispatchers with the actor system name.Ivan Topolnjak2015-03-133-30/+30
|
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-096-9/+8
|
* ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-154-49/+49
|
* ! core: special treatment of settings.Ivan Topolnjak2015-02-141-5/+2
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-134-114/+115
|
* ! all: include license headersDiego2015-01-291-0/+16
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-247-227/+308
|
* ! core,akka: separate all akka instrumentation into it's own kamon-akka ↵Ivan Topolnjak2014-12-287-0/+1140
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.