opentelemetry-java-instrume.../instrumentation/jetty
Mateusz Rzeszutek c11b96e4d0
Make it possible to use InstrumentationContext (now VirtualField) fro… (#4218)
* Make it possible to use InstrumentationContext (now VirtualField) from library instrumentation

* fix tests

* fix javadocs

* fix some more tests

* code review comments

* setIfNull, computeIfNull
2021-10-01 11:13:11 +02:00
..
jetty-8.0/javaagent Make it possible to use InstrumentationContext (now VirtualField) fro… (#4218) 2021-10-01 11:13:11 +02:00
jetty-11.0/javaagent Add context customizer hook to Instrumenter API (#4167) 2021-09-22 14:54:04 -07:00
jetty-common/javaagent Add context customizer hook to Instrumenter API (#4167) 2021-09-22 14:54:04 -07: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.