opentelemetry-java-instrume.../instrumentation/jetty
Trask Stalnaker 53a8b85f4c
Updates to http.server_name (#5369)
* Updates to http.server_name

* Tests

* fix

* armeria

* fix

* fix

* codenarc
2022-02-18 09:38:21 -08:00
..
jetty-8.0/javaagent Updates to http.server_name (#5369) 2022-02-18 09:38:21 -08:00
jetty-11.0/javaagent Updates to http.server_name (#5369) 2022-02-18 09:38:21 -08:00
jetty-common/javaagent Reorganize shared servlet code (intro to #4317) (#4785) 2021-12-06 13:49:55 +01:00
README.md Request handlers and test images for Tomcat 10 and Jetty 11 (Servlet API 5) (#2703) 2021-04-05 09:45:02 -07: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.