aboutsummaryrefslogtreecommitdiff
path: root/kamon-akka/src/main/scala
Commit message (Collapse)AuthorAgeFilesLines
* = 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-182-43/+54
|
* = akka: cleanup the dispatcher metric recorders.Ivan Topolnjak2015-04-061-32/+8
|
* ! akka: avoid catching the root supervisors with the metrics ↵Ivan Topolnjak2015-03-131-3/+5
| | | | instrumentation, fixes #157.
* ! 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
|
* ! core: special treatment of settings.Ivan Topolnjak2015-02-141-1/+1
|
* ! 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-2410-418/+321
|
* ! core,akka: separate all akka instrumentation into it's own kamon-akka ↵Ivan Topolnjak2014-12-289-0/+899
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.