aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/kamon/instrumentation/DispatcherInstrumentationSpec.scala
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-07-15 18:14:07 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-07-15 18:14:07 -0300
commitafda5a6ac02a5cd314638e40250b49f66cf3b419 (patch)
treed0f2337f570d883497e78c482629f2af60c95366 /src/test/scala/kamon/instrumentation/DispatcherInstrumentationSpec.scala
parente8dd6c83986f1ecd2d717c39bffe900b23b68854 (diff)
downloadKamon-afda5a6ac02a5cd314638e40250b49f66cf3b419.tar.gz
Kamon-afda5a6ac02a5cd314638e40250b49f66cf3b419.tar.bz2
Kamon-afda5a6ac02a5cd314638e40250b49f66cf3b419.zip
still a disaster, need to sync
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"
}
}