From 54e5f1c7bf9b4b04fd26822e4d1f53ef9f22251c Mon Sep 17 00:00:00 2001 From: Diego Date: Tue, 9 Sep 2014 00:58:03 -0300 Subject: = 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 --- kamon-core/src/test/scala/kamon/metric/RouterMetricsSpec.scala | 2 -- 1 file changed, 2 deletions(-) (limited to 'kamon-core/src/test/scala/kamon/metric') 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) } } -- cgit v1.2.3