aboutsummaryrefslogtreecommitdiff
path: root/kamon-akka/src/test
Commit message (Collapse)AuthorAgeFilesLines
* ! 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-248-241/+308
|
* ! core,akka: separate all akka instrumentation into it's own kamon-akka ↵Ivan Topolnjak2014-12-288-0/+1154
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.