opentelemetry-java-instrume.../instrumentation/tomcat
Trask Stalnaker 4e36285b6c
Temporary fix for testLatestDeps failure (#7169)
Tracking issues to fix for real: #7170, #7171
2022-11-14 18:20:46 -08:00
..
tomcat-7.0/javaagent Fix akka-http and tomcat10 latest dep tests (#6766) 2022-09-27 15:45:04 -07:00
tomcat-10.0/javaagent Temporary fix for testLatestDeps failure (#7169) 2022-11-14 18:20:46 -08:00
tomcat-common/javaagent Capture net.host.name for netty (#6892) 2022-10-19 09:21:50 -07:00
tomcat-jdbc Update error prone (#6646) 2022-09-23 11:24:40 -07:00
README.md More spotless (#7126) 2022-11-11 05:01:21 +00:00

README.md

Instrumentation for Tomcat request handlers

Tomcat support is divided into the following sub-modules:

  • tomcat-common:javaagent contains common type instrumentation, advice helper classes and abstract tracer used by the javaagent modules of all supported Tomcat versions
  • tomcat-7.0:javaagent applies Tomcat request handler instrumentation for versions [7, 10)
  • tomcat-10.0:javaagent applies Tomcat request handler instrumentation for versions [10,)

Instrumentations in tomcat-7.0 and tomcat-10.0 are mutually exclusive, this is guaranteed by tomcat-10.0 instrumentation checking that its Request class uses jakarta.servlet classes, and the tomcat-7.0 module doing the opposite check.