inspectit-ocelot
inspectit-ocelot copied to clipboard
Support metric collection of asynchronous servlets
Ensure that asynchronous servlet executions collects the correct metrics. E.g. the response time should consider the asynchronous execution and not only the method duration of the service method because this would be wrong.
Basically, the servlet processing has to be considered as running until the AsyncContext::complete() is done.