aboutsummaryrefslogtreecommitdiff
path: root/kamon-spray/src/main/scala/spray
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-12-04 03:20:41 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2014-12-04 03:20:41 +0100
commit0858ddfc94853e603975712c16f6945c01288f9a (patch)
tree277f96a67593d6d6a55e9e5c3e5fb7cdca90778a /kamon-spray/src/main/scala/spray
parentb0077e7f5571a0055b36ddd25e9440163083eb32 (diff)
downloadKamon-0858ddfc94853e603975712c16f6945c01288f9a.tar.gz
Kamon-0858ddfc94853e603975712c16f6945c01288f9a.tar.bz2
Kamon-0858ddfc94853e603975712c16f6945c01288f9a.zip
+ core: cleanup the simple trace implementation
Diffstat (limited to 'kamon-spray/src/main/scala/spray')
-rw-r--r--kamon-spray/src/main/scala/spray/can/server/ServerRequestInstrumentation.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamon-spray/src/main/scala/spray/can/server/ServerRequestInstrumentation.scala b/kamon-spray/src/main/scala/spray/can/server/ServerRequestInstrumentation.scala
index 2c5e42ae..1ae4ad80 100644
--- a/kamon-spray/src/main/scala/spray/can/server/ServerRequestInstrumentation.scala
+++ b/kamon-spray/src/main/scala/spray/can/server/ServerRequestInstrumentation.scala
@@ -70,7 +70,7 @@ class ServerRequestInstrumentation {
val storedContext = openRequest.traceContext
// The stored context is always a DefaultTraceContext if the instrumentation is running
- val system = storedContext.asInstanceOf[MetricsOnlyContext].system
+ val system = storedContext.system
verifyTraceContextConsistency(incomingContext, storedContext, system)