opentelemetry-java-instrume.../instrumentation/jetty
Lauri Tulmin f00393260c
Use jakarta.servlet.error.exception request attribute on jetty11 (#8503)
2023-05-17 17:03:22 -07:00
..
jetty-8.0/javaagent change endpoint from enum to regular class (#8325) 2023-04-24 16:31:32 +00:00
jetty-11.0/javaagent change endpoint from enum to regular class (#8325) 2023-04-24 16:31:32 +00:00
jetty-common/javaagent Use jakarta.servlet.error.exception request attribute on jetty11 (#8503) 2023-05-17 17:03:22 -07:00
README.md Introduce markdown lint check (#7175) 2022-11-16 20:48:42 -08:00

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.