inspectit-ocelot icon indicating copy to clipboard operation
inspectit-ocelot copied to clipboard

Support metric collection of asynchronous servlets

Open mariusoe opened this issue 6 years ago • 0 comments

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.

mariusoe avatar Mar 29 '19 08:03 mariusoe