cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Dynatrace Alerting on SQL blocking event

harshk0602
Visitor

Can we alert in Dynatrace based on the following conditions

  1. no new SQL modifications after at least 5 minutes may indicate a blocker on the database.
  2. Any other way to alert when there is SQL Blocking event occurrence. 
4 REPLIES 4

Mizső
DynaMight Guru
DynaMight Guru

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.

Mizs_1-1755679780410.png

Mizs_2-1755680182626.png

Mizs_3-1755680240235.png

I hope it helps.

Best regards,

János

Dynatrace Community RockStar 2024, Certified Dynatrace Professional

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. 

Just need to replace the request count metric for response time.

Site Reliability Engineer @ Kyndryl

Mizső
DynaMight Guru
DynaMight Guru

@harshk0602 

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.

Mizs_0-1755814957292.png

Best regards,

János

Dynatrace Community RockStar 2024, Certified Dynatrace Professional

Featured Posts