Did you ever figure out how to rejig this to work with Kamon 2.0? I added this, and it seemed to mostly work minus parallel calls (for which I have no idea why they don't work). ``` kanela.modules { executor-service { within += "monix..*" } } ```