Skip to content

Commit 036ffd8

Browse files
SUMO-261999 | Apoorv | Add. monitor alerts
1 parent b209783 commit 036ffd8

File tree

1 file changed

+21
-1
lines changed
  • docs/integrations/microsoft-azure

1 file changed

+21
-1
lines changed

docs/integrations/microsoft-azure/sql.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,4 +494,24 @@ import AppUpdate from '../../reuse/apps/app-update.md';
494494

495495
import AppUninstall from '../../reuse/apps/app-uninstall.md';
496496

497-
<AppUninstall/>
497+
<AppUninstall/>
498+
499+
## Create monitors for Azure SQL
500+
501+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
502+
503+
<CreateMonitors/>
504+
505+
### Azure SQL alerts
506+
507+
These alerts are metrics-based and will work for Azure SQL.
508+
509+
| Alert Name | Description | Alert Condition | Recover Condition |
510+
|:----------------------------------------------|:------------------------------------------------------------------------------------------------|:----------------|:------------------|
511+
| `Azure SQL - Availability` | This monitor triggers alerts when Availability drops below 100% in Azure SQL. | Count < 100 | Count >= 100 |
512+
| `Azure SQL - Data space used percent` | This monitor triggers alerts when High Data space used percent is detected in Azure SQL. | Count > 80 | Count =< 80 |
513+
| `Azure SQL - Deadlocks` | This monitor triggers alerts when deadlock is detected in Azure SQL. | Count > 1 | Count =< 1 |
514+
| `Azure SQL - Failed Connections` | This monitor triggers alerts when Failed Connections are detected in Azure SQL. | Count > 1 | Count =< 1 |
515+
| `Azure SQL - High Cpu Usage` | This monitor triggers alerts when high CPU usage is detected in Azure SQL. | Count >= 90 | Count < 90 |
516+
| `Azure SQL - High SQL instance CPU Usage` | This monitor triggers alerts when High Instance CPU usage is detected in Azure SQL. | Count >= 90 | Count < 90 |
517+
| `Azure SQL - High Worker Usage` | This monitor triggers alerts when High Worker Usage is detected in Azure SQL. | Count >= 60 | Count =< 60 |

0 commit comments

Comments
 (0)