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 --- .../scala/kamon/instrumentation/akka/ActorCellInstrumentation.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kamon-core/src/main/scala/kamon/instrumentation/akka/ActorCellInstrumentation.scala') diff --git a/kamon-core/src/main/scala/kamon/instrumentation/akka/ActorCellInstrumentation.scala b/kamon-core/src/main/scala/kamon/instrumentation/akka/ActorCellInstrumentation.scala index f6b68617..9b541a32 100644 --- a/kamon-core/src/main/scala/kamon/instrumentation/akka/ActorCellInstrumentation.scala +++ b/kamon-core/src/main/scala/kamon/instrumentation/akka/ActorCellInstrumentation.scala @@ -170,7 +170,7 @@ object ActorCellInstrumentation { implicit class PimpedActorCellMetrics(cell: ActorCellMetrics) { def onRoutedActorCell(block: ActorCellMetrics ⇒ Unit) = cell match { case routedActorCell: RoutedActorCell ⇒ block(cell) - case everyThingElse ⇒ + case everythingElse ⇒ } } } \ No newline at end of file -- cgit v1.2.3