* New net conventions: option a * Feedback + sock.family + sock.peer.name * peer.service + tests * server net attributes attempt 1 * server net attributes attempt 2 * Javadoc * Revisions * Apply to instrumentations * Feedback * One more default method * Spotless * Fix javadoc |
||
|---|---|---|
| .. | ||
| tomcat-7.0/javaagent | ||
| tomcat-10.0/javaagent | ||
| tomcat-common/javaagent | ||
| tomcat-jdbc | ||
| README.md | ||
README.md
Instrumentation for Tomcat request handlers
Tomcat support is divided into the following sub-modules:
tomcat-common:javaagentcontains common type instrumentation, advice helper classes and abstract tracer used by thejavaagentmodules of all supported Tomcat versionstomcat-7.0:javaagentapplies Tomcat request handler instrumentation for versions[7, 10)tomcat-10.0:javaagentapplies 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.