aboutsummaryrefslogtreecommitdiff
path: root/kamon-spray
diff options
context:
space:
mode:
authorIvan Topolnak <itopolnak@despegar.com>2014-02-03 15:10:40 -0300
committerIvan Topolnak <itopolnak@despegar.com>2014-02-03 15:10:40 -0300
commit9534d698ccf7e7c368db5e896abdb5d13ce27a48 (patch)
tree8ea9e5879ac9b88890540428bca223acbb8a54f0 /kamon-spray
parent481a50b253fee53ec92901731f152ce9ba63e6a4 (diff)
downloadKamon-9534d698ccf7e7c368db5e896abdb5d13ce27a48.tar.gz
Kamon-9534d698ccf7e7c368db5e896abdb5d13ce27a48.tar.bz2
Kamon-9534d698ccf7e7c368db5e896abdb5d13ce27a48.zip
continuous hdr tracking instrument, special for mailbox size metrics
Diffstat (limited to 'kamon-spray')
-rw-r--r--kamon-spray/src/test/scala/kamon/spray/ClientRequestInstrumentationSpec.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/kamon-spray/src/test/scala/kamon/spray/ClientRequestInstrumentationSpec.scala b/kamon-spray/src/test/scala/kamon/spray/ClientRequestInstrumentationSpec.scala
index 8163e25c..0b1db1b7 100644
--- a/kamon-spray/src/test/scala/kamon/spray/ClientRequestInstrumentationSpec.scala
+++ b/kamon-spray/src/test/scala/kamon/spray/ClientRequestInstrumentationSpec.scala
@@ -74,13 +74,11 @@ class ClientRequestInstrumentationSpec extends TestKitBase with WordSpecLike wit
}
}
-
"record the elapsed time for a http request when using the pipelining sendReceive and tag it as UserTime" in {
val metricListener = TestProbe()
Kamon(Metrics)(system).subscribe(TraceMetrics, "*", metricListener.ref, permanently = true)
-
val (hostConnector, server) = buildSHostConnectorAndServer
val client = TestProbe()
val pipeline = pipelining.sendReceive(hostConnector)(system.dispatcher, 10 seconds)