aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/kamon/instrumentation/DispatcherInstrumentationSpec.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/kamon/instrumentation/DispatcherInstrumentationSpec.scala')
-rw-r--r--src/test/scala/kamon/instrumentation/DispatcherInstrumentationSpec.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/scala/kamon/instrumentation/DispatcherInstrumentationSpec.scala b/src/test/scala/kamon/instrumentation/DispatcherInstrumentationSpec.scala
index 517a4ce0..d72989f6 100644
--- a/src/test/scala/kamon/instrumentation/DispatcherInstrumentationSpec.scala
+++ b/src/test/scala/kamon/instrumentation/DispatcherInstrumentationSpec.scala
@@ -5,16 +5,10 @@ import akka.actor.ActorSystem
import kamon.metric.MetricDirectory
class DispatcherInstrumentationSpec extends WordSpec with Matchers{
- import MetricDirectory.dispatcherStats
"the dispatcher instrumentation" should {
"instrument a dispatcher that belongs to a non-filtered actor system" in {
- val defaultDispatcherStats = dispatcherStats("single-dispatcher", "akka.actor.default-dispatcher")
-
- defaultDispatcherStats should not be None
-
- //KamonMetrics.watch[Actor] named "ivan"
}
}