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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/META-INF/aop.xml b/src/main/resources/META-INF/aop.xml
index 61bc837e..1413f424 100644
--- a/src/main/resources/META-INF/aop.xml
+++ b/src/main/resources/META-INF/aop.xml
@@ -13,7 +13,7 @@
<aspect name="akka.ActorInstrumentation" />
<aspect name="akka.instrumentation.ActorRefTellInstrumentation"/>
<aspect name="akka.instrumentation.ActorCellInvokeInstrumentation"/>
- <aspect name="kamon.instrumentation.PromiseCompletingRunnableInstrumentation" />
+ <aspect name="kamon.instrumentation.RunnableInstrumentation" />
<include within="*"/>
<exclude within="javax..*"/>