Hi,
I was wondering purely from academic purposes on how the APM attacher intercepts network and DB calls. Since there is no AOP involved as we explicitly don't annotate any of our methods/classes, does the APM do some magic with byte code, if not how does it know what to intercept and get data like queries fired etc?
