aboutsummaryrefslogtreecommitdiff
path: root/kamon-play/src/test/scala/kamon/play/RequestInstrumentationSpec.scala
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-07-06 19:00:03 -0300
committerDiego <diegolparra@gmail.com>2014-07-06 19:00:03 -0300
commita80de719ca8b7ef2d6d3c4a10ed1e212a5a1ea83 (patch)
treecd925fa7a6c15b0ff1897094fad87dba1cb1decf /kamon-play/src/test/scala/kamon/play/RequestInstrumentationSpec.scala
parentf5009fda25a7e2fd68743b00cda2814a562b94f5 (diff)
downloadKamon-a80de719ca8b7ef2d6d3c4a10ed1e212a5a1ea83.tar.gz
Kamon-a80de719ca8b7ef2d6d3c4a10ed1e212a5a1ea83.tar.bz2
Kamon-a80de719ca8b7ef2d6d3c4a10ed1e212a5a1ea83.zip
+ play: introducing LoggerLikeInstrumentation in order to copy the properties of TraceLocalStorage to MDC
Diffstat (limited to 'kamon-play/src/test/scala/kamon/play/RequestInstrumentationSpec.scala')
-rw-r--r--kamon-play/src/test/scala/kamon/play/RequestInstrumentationSpec.scala21
1 files changed, 10 insertions, 11 deletions
diff --git a/kamon-play/src/test/scala/kamon/play/RequestInstrumentationSpec.scala b/kamon-play/src/test/scala/kamon/play/RequestInstrumentationSpec.scala
index 710c6ed5..3090e60e 100644
--- a/kamon-play/src/test/scala/kamon/play/RequestInstrumentationSpec.scala
+++ b/kamon-play/src/test/scala/kamon/play/RequestInstrumentationSpec.scala
@@ -1,18 +1,17 @@
-/* ===================================================
+/* =========================================================================================
* Copyright © 2013-2014 the kamon project <http://kamon.io/>
*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- * ========================================================== */
+ * Unless required by applicable law or agreed to in writing, software distributed under the
+ * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+ * either express or implied. See the License for the specific language governing permissions
+ * and limitations under the License.
+ * =========================================================================================
+ */
package kamon.play