lemonzone2010 / javamelody

Automatically exported from code.google.com/p/javamelody
0 stars 0 forks source link

Track individual HTTP requests #429

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
First of all I would like to say many thanks to the developers of this awesome 
service.
I have a proposal of tracking the individual HTTP requests inside of 
javamelody. It would give an ability to find out the problem request back in 
the history of requests. Currently I am able to only get average and maximum 
figures. But I'm not able to figure out why exactly particular request took so 
much time: due to many child SQL queries or slow SQL query or smth else. 
Another point is that I'm not able to say if there was a request from specific 
client at all and how long it took: I have to go to the app server's access log 
but it is not convenient and not possible via the browser.

Original issue reported on code.google.com by Roman.Si...@gmail.com on 23 Aug 2014 at 9:20