What is a Web Request

What is a web request in FusionReactor and what Servlets do we track

Michael Flewitt avatar
Written by Michael Flewitt
Updated over a week ago

A web request is a request tracked as it enters the servlet of your application server.

A request begins as soon as the request hits the servlet and ends when the last byte of data has been returned to the client.

The tracked servlets of FusionReactor are:

  • JRun

  • Jetty

  • Tomcat

  • Wildfly

  • Jboss

  • Undertow

  • Anything else that extends the servlet classes

Did this answer your question?