junedo/javamelody

Track individual HTTP requests

Opened this issue · 0 comments

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