aboutsummaryrefslogtreecommitdiff
path: root/kamon-play-2.4.x/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-play-2.4.x/src/main/resources')
-rw-r--r--kamon-play-2.4.x/src/main/resources/META-INF/aop.xml13
-rw-r--r--kamon-play-2.4.x/src/main/resources/reference.conf33
2 files changed, 0 insertions, 46 deletions
diff --git a/kamon-play-2.4.x/src/main/resources/META-INF/aop.xml b/kamon-play-2.4.x/src/main/resources/META-INF/aop.xml
deleted file mode 100644
index e24d48d5..00000000
--- a/kamon-play-2.4.x/src/main/resources/META-INF/aop.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">
-
-<aspectj>
- <aspects>
- <aspect name="kamon.play.instrumentation.RequestInstrumentation"/>
- <aspect name="kamon.play.instrumentation.WSInstrumentation"/>
- <aspect name="kamon.play.instrumentation.LoggerLikeInstrumentation"/>
- </aspects>
-
- <weaver>
- <include within="play.api..*"/>
- </weaver>
-</aspectj>
diff --git a/kamon-play-2.4.x/src/main/resources/reference.conf b/kamon-play-2.4.x/src/main/resources/reference.conf
deleted file mode 100644
index af43edec..00000000
--- a/kamon-play-2.4.x/src/main/resources/reference.conf
+++ /dev/null
@@ -1,33 +0,0 @@
-# ================================== #
-# Kamon-Play Reference Configuration #
-# ================================== #
-
-kamon {
- play {
-
- # Header name used when propagating the `TraceContext.token` value across applications.
- trace-token-header-name = "X-Trace-Token"
-
- # When set to true, Kamon will automatically set and propogate the `TraceContext.token` value under the following
- # conditions:
- # - When a server side request is received containing the trace token header, the new `TraceContext` will have that
- # some token, and once the response to that request is ready, the trace token header is also included in the
- # response.
- # - When a WS client request is issued and a `TraceContext` is available, the trace token header will be included
- # in the request headers.
- automatic-trace-token-propagation = true
-
- # Fully qualified name of the implementation of kamon.play.NameGenerator that will be used for assigning names
- # to traces and client http segments.
- name-generator = kamon.play.DefaultNameGenerator
-
- }
-
- modules {
- kamon-play {
- auto-start = yes
- requires-aspectj = yes
- extension-id = "kamon.play.Play"
- }
- }
-} \ No newline at end of file