aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/aop.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/META-INF/aop.xml')
-rw-r--r--src/main/resources/META-INF/aop.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/META-INF/aop.xml b/src/main/resources/META-INF/aop.xml
index 99eee806..ae3914cd 100644
--- a/src/main/resources/META-INF/aop.xml
+++ b/src/main/resources/META-INF/aop.xml
@@ -11,6 +11,7 @@
<aspect name="akka.instrumentation.ActorRefTellInstrumentation"/>
<aspect name="akka.instrumentation.ActorCellInvokeInstrumentation"/>
<aspect name="kamon.instrumentation.PromiseInstrumentation"/>
+ <aspect name="kamon.instrumentation.PromiseCompletingRunnableInstrumentation" />
<include within="*"/>
<exclude within="javax.*"/>