opentelemetry-java-instrume.../dd-java-agent/instrumentation/servlet-3
Tyler Benson c60e1dbcba Set ignoreActiveSpan for Servlet 2 and capture status code
This change wraps the servlet response object in order to collect the status code.  This can be risky if the code is expecting a raw type object.  We are extending a standard “HttpServletResponseWrapper” though, so it should be easy to work around.

This change also moves to the standard HttpServerTest for Servlet 2.
2019-08-05 08:42:46 -07:00
..
src Set ignoreActiveSpan for Servlet 2 and capture status code 2019-08-05 08:42:46 -07:00
servlet-3.gradle Migrate servlet tests to HttpServerTest 2019-07-26 16:01:06 -07:00