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