aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/META-INF
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-05-20 16:34:58 -0300
committerDiego <diegolparra@gmail.com>2014-05-20 20:46:43 -0300
commitba3ad37b6d0f084ed76d3d9a8580235c2d19b356 (patch)
tree2bcbaab325ac72d932345009cb1300d59715716d /kamon-core/src/main/resources/META-INF
parent51ab59c057b17fcdf440d70d6daf06e672e4050f (diff)
downloadKamon-ba3ad37b6d0f084ed76d3d9a8580235c2d19b356.tar.gz
Kamon-ba3ad37b6d0f084ed76d3d9a8580235c2d19b356.tar.bz2
Kamon-ba3ad37b6d0f084ed76d3d9a8580235c2d19b356.zip
+ core: added dispatchers metrics instrumentation
Diffstat (limited to 'kamon-core/src/main/resources/META-INF')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml
index 180d905b..3f7dd42d 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -11,6 +11,10 @@
<aspect name="akka.instrumentation.BehaviourInvokeTracing"/>
<aspect name="kamon.instrumentation.ActorLoggingTracing"/>
+ <!-- Dispatchers -->
+ <aspect name="akka.instrumentation.DispatcherTracing"/>
+ <aspect name="akka.instrumentation.DispatcherMetricsMixin"/>
+
<!-- Futures -->
<aspect name="kamon.instrumentation.FutureTracing"/>