19 Aug 2025
09:05 PM
- last edited on
20 Aug 2025
07:02 AM
by
MaciejNeumann
Can we alert in Dynatrace based on the following conditions
20 Aug 2025 09:57 AM
Hi @harshk0602
You can create calculated service metrics (with proper filter because there is a limitations for 100 database services). Maybe with management zones. For the calculated service metrics you can setup metric events.
I hope it helps.
Best regards,
János
21 Aug 2025 08:33 PM
Thank you @Mizső for quick response. I am able to get the request count, can we also know the if any of SQL modification request taking longer time say for example more than 5 minutes.
21 Aug 2025 08:51 PM
Just need to replace the request count metric for response time.
21 Aug 2025 11:24 PM
OR you can create a brand new custom metric just extend the MDA with a response time filter. This will count the database transaction with response time >= 5min.
Best regards,
János