aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-09-09 00:58:03 -0300
committerDiego <diegolparra@gmail.com>2014-09-09 01:05:42 -0300
commit54e5f1c7bf9b4b04fd26822e4d1f53ef9f22251c (patch)
tree30e2f5595446e56d765a7ece7246b9b69054dd17 /kamon-core/src/test
parent0d7fa6333c7d6e865575522a0015c93ff3fbbe1b (diff)
downloadKamon-54e5f1c7bf9b4b04fd26822e4d1f53ef9f22251c.tar.gz
Kamon-54e5f1c7bf9b4b04fd26822e4d1f53ef9f22251c.tar.bz2
Kamon-54e5f1c7bf9b4b04fd26822e4d1f53ef9f22251c.zip
= play:
* remove from publishErrorMessage method * refactor onError method in RequestInstrumentation * refactor WSInstrumentation in order to propagate the TraceContext when a WS call is executed outside an Action * improve tests * closes #33
Diffstat (limited to 'kamon-core/src/test')
-rw-r--r--kamon-core/src/test/scala/kamon/metric/RouterMetricsSpec.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/kamon-core/src/test/scala/kamon/metric/RouterMetricsSpec.scala b/kamon-core/src/test/scala/kamon/metric/RouterMetricsSpec.scala
index 37b3d169..a012fba1 100644
--- a/kamon-core/src/test/scala/kamon/metric/RouterMetricsSpec.scala
+++ b/kamon-core/src/test/scala/kamon/metric/RouterMetricsSpec.scala
@@ -129,8 +129,6 @@ class RouterMetricsSpec extends TestKitBase with WordSpecLike with Matchers with
}
def createTestRouter(name: String): ActorRef = system.actorOf(RoundRobinPool(5).props(Props[RouterMetricsTestActor]), name)
-
- def takeSnapshotOf(amr: RouterMetricsRecorder): RouterMetricSnapshot = amr.collect(collectionContext)
}
}