Mateusz Rzeszutek 21b6492c17 Resolve TODOs in executor instrumentations (#3760) 3 anni fa
..
jetty-11.0 5d6be8764e Remove jetty-server exclude (#3453) 3 anni fa
jetty-8.0 21b6492c17 Resolve TODOs in executor instrumentations (#3760) 3 anni fa
jetty-common 9b56fc9051 Clean up AgentElementMatchers (#3527) 3 anni fa
README.md 7027006f66 Request handlers and test images for Tomcat 10 and Jetty 11 (Servlet API 5) (#2703) 3 anni fa

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 the javaagent modules of all supported Jetty versions
  • jetty-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.