* Attach servlet async listener with asyncStart instrumentation * Exclude Spring packages containing servlet request classes from global ignores * Exclude Tapestry HSR proxy with global ignore * Improve comments. * Fix for Liberty - request response when adding async listener * Removed unused methods * Explicit response to async listeners on all servlet engines * Attach response to request on Jetty * Fix broken build due to rebase, improved a comment * Address PR comments * Added a comment. * Addressed PR comments |
||
---|---|---|
.. | ||
jetty-8.0/javaagent | ||
jetty-11.0/javaagent | ||
jetty-common/javaagent | ||
README.md |
README.md
Instrumentation for Jetty request handlers
Jetty support is divided into the following sub-modules:
jetty-common:javaagent
contains common type instrumentation and advice helper classes used by thejavaagent
modules of all supported Jetty versionsjetty-8.0:javaagent
applies Jetty request handler instrumentation for versions[8, 11)
jetty-11.0:javaagent
applies Jetty request handler instrumentation for versions[11,)
Instrumentations in jetty-8.0
and jetty-11.0
are mutually exclusive, this is guaranteed by the
instrumentation requiring parameters with types from packages javax.servlet
or jakarta.servlet
respectively.