PDA

View Full Version : Services that take more than 90,000ms aren't logged in detail



skram
Jun 1st, 2011, 05:08 AM
When I have a running service that takes more than 90,000ms and above, Spring Insight only shows the duration of that service but it doesn't show the sub-details about it, ie. the JDBC calls and etc. But when running a service that runs for 50,000ms and below, I'm able to see the JDBC calls.

I'm guessing there's a timeout setting here? Any ideas?

skram
Jun 1st, 2011, 05:10 AM
I also tried adding the @InsightOperation and @InsightEndPoint annotations on the methods of my service class but none is getting picked up. Though the entire service is recognized by Spring Insight (however it only shows the top level info about this service).