glowroot / glowroot

Easy to use, very low overhead, Java APM
https://glowroot.org
Apache License 2.0
1.24k stars 309 forks source link

http request and breakdown doesn't account for total time #663

Open ross-everitt opened 5 years ago

ross-everitt commented 5 years ago

Glowroot is a great product and helps me a lot with application tuning, however I'd really appreciate some help in understanding some of our slow traces. In many cases we see that the http request duration and the subsequent breakdown don't seem to account for all of the time which makes it difficult for us to diagnose issue. Any insight you have might be useful (this screenshot was of a Spring boot app accessed via an @Controller.

I've attached a screenshot to highlight the issue..

SLOW_TRACE

ionutursuleanu commented 4 years ago

Hi @ross-everitt

If you see something like this it means glowroot doesn't know how to instrument your app(maybe an unsupported framework). You should check the profile section (flame graph) which shows time spent by method calls. As an example, if you generate a large file(pdf/excel) you'll see something like what you showed