Mateusz Rzeszutek 6cd79b2a94 Deprecate the 2-arg variant of HttpCommonAttributesGeter#statusCode() (#6466) 2 năm trước cách đây
..
jetty-11.0 d919f84cf8 Merge javaagent-instrumentation-api into javaagent-extension-api (#5936) 2 năm trước cách đây
jetty-8.0 68a9f20eb3 Enable PrivateConstructorForUtilityClass errorprone check (#6427) 2 năm trước cách đây
jetty-common 6cd79b2a94 Deprecate the 2-arg variant of HttpCommonAttributesGeter#statusCode() (#6466) 2 năm trước cách đây
README.md 7027006f66 Request handlers and test images for Tomcat 10 and Jetty 11 (Servlet API 5) (#2703) 3 năm trước cách đây

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.