Lauri Tulmin c8f2cc5a9b Add instrumentation for jetty 12 (#10575) 1 year ago
..
jetty-11.0 c8f2cc5a9b Add instrumentation for jetty 12 (#10575) 1 year ago
jetty-12.0 c8f2cc5a9b Add instrumentation for jetty 12 (#10575) 1 year ago
jetty-8.0 c8f2cc5a9b Add instrumentation for jetty 12 (#10575) 1 year ago
jetty-common f00393260c Use jakarta.servlet.error.exception request attribute on jetty11 (#8503) 1 year ago
README.md 2d7395c44b Introduce markdown lint check (#7175) 2 years ago

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.