28 Oct 2020 06:44 PM
Is there a way I can monitor slow queries on the database and discover which code originated this slow query?
I can see some queries on the Database section and get some information from PurePath on Transactions and Services, but I can't seem to find a way to know where the query was generated, like a complete stacktrace that shows which files (and which line) generated this query (I'm running a PHP application).
Is it possible to discover that with Dynatrace?
Solved! Go to Solution.
28 Oct 2020 10:52 PM
Hi Rafael,
This should be possible by performing a "Service Backtrace" within Dynatrace. See more on that here: https://www.dynatrace.com/support/help/shortlink/service-backtrace and here: https://www.dynatrace.com/support/help/shortlink/database-services#database-service-backtrace
More on how Dynatrace detects the database activity here: https://www.dynatrace.com/support/help/shortlink/database-detection
As your question relates to our Dynatrace SaaS and Managed offerings, I'll move this question to the appropriate forum. (Because "AppMon & UEM Q&A" relates to one of our classic products.)
Regards,
Andrew M.
29 Oct 2020 02:48 PM
In Dynatrace you don't get it at the Purepath level, even when seen in "Code level". But given that PHP is (normally) interpreted, it might be possible. So probably this might be better considered an RFE.
It's a different case in errors, where that information is available:
29 Oct 2020 03:54 PM
Actually, you can do something similar, wont give you the exact line of code, but you can see purepath:
or an overall of all the calls and add a filter for calls to an specific DB and specific response time:
From there you can see the callstack or even download the source. The only thing that wont showup is the code line i think.
16 Jun 2023 03:11 PM
Nowadays you should also be able to get all the database queries and their response times and other metrics, from the database details under Database. If the information displayed is not specific enough, you can create your own multidimensional analysis views, and save them for the service.
create your own multidimensional analysis views, and save: