Ben Keith
Ben Keith
Linking this discussion for reference: https://developer.jboss.org/message/984701#984701
I started down that path of refactoring the OT instrumentation for Jedis but then I realized that even if that wraps the Jedis client, the same problem exists -- intercepting...
There was [a feature request](https://issues.jboss.org/browse/BYTEMAN-281) to instrument instance creation itself (and presumably not just the constructor function) a while back. I've been studying the underlying ASM library to determine how...
However, even if we could intercept and swap out/wrap the instance creation result, I think it would still have to be done in the context of a specific class+method, which...