aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test/scala/kamon/trace/TraceContextManipulationSpec.scala
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2015-08-28 13:02:09 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2015-08-28 13:02:09 +0200
commitec91eede73e20fef3b694fa45009ddd0ef0b345b (patch)
treeb3aa59dfaa1da122072864b1b343a1ea9835a57b /kamon-core/src/test/scala/kamon/trace/TraceContextManipulationSpec.scala
parentdf3711e177b58ce752592736f0a327c920adb3f0 (diff)
downloadKamon-ec91eede73e20fef3b694fa45009ddd0ef0b345b.tar.gz
Kamon-ec91eede73e20fef3b694fa45009ddd0ef0b345b.tar.bz2
Kamon-ec91eede73e20fef3b694fa45009ddd0ef0b345b.zip
wip, core/akka/spray are kind of migrated.
Diffstat (limited to 'kamon-core/src/test/scala/kamon/trace/TraceContextManipulationSpec.scala')
-rw-r--r--kamon-core/src/test/scala/kamon/trace/TraceContextManipulationSpec.scala14
1 files changed, 0 insertions, 14 deletions
diff --git a/kamon-core/src/test/scala/kamon/trace/TraceContextManipulationSpec.scala b/kamon-core/src/test/scala/kamon/trace/TraceContextManipulationSpec.scala
index 46620461..ecef9271 100644
--- a/kamon-core/src/test/scala/kamon/trace/TraceContextManipulationSpec.scala
+++ b/kamon-core/src/test/scala/kamon/trace/TraceContextManipulationSpec.scala
@@ -20,20 +20,6 @@ import com.typesafe.config.ConfigFactory
import kamon.testkit.BaseKamonSpec
class TraceContextManipulationSpec extends BaseKamonSpec("trace-metrics-spec") {
- override lazy val config =
- ConfigFactory.parseString(
- """
- |kamon.metric {
- | tick-interval = 1 hour
- |
- | filters {
- | trace {
- | includes = [ "*" ]
- | excludes = [ "non-tracked-trace"]
- | }
- | }
- |}
- """.stripMargin)
"the TraceContext api" should {
"allow starting a trace within a specified block of code, and only within that block of code" in {