You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: csp-mixin/alerts/azure-alerts.yml
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ groups:
11
11
service: 'Azure Virtual Machines'
12
12
namespace: cloud-provider-azure
13
13
annotations:
14
-
summary: 'CPU utilization is too high.'
14
+
summary: 'VM CPU utilization is too high.'
15
15
description: 'The VM {{ $labels.resourceName }} is under heavy load and may become unresponsive.'
16
16
dashboard_uid: '58f33c50e66c911b0ad8a25aa438a96e'
17
17
@@ -29,7 +29,7 @@ groups:
29
29
description: 'The VM {{ $labels.resourceName }} is not functioning or crashed, which may require immediate action.'
30
30
dashboard_uid: '58f33c50e66c911b0ad8a25aa438a96e'
31
31
32
-
- alert: AzureHighDtuConsumption
32
+
- alert: AzureDatabaseHighDtuConsumption
33
33
expr: |
34
34
avg by (job,resourceGroup,subscriptionName,resourceName) (azure_microsoft_sql_servers_databases_dtu_consumption_percent_average_percent{job=~".+",resourceGroup=~".+",subscriptionName=~".+",resourceName=~".+"}) > 90
35
35
for: 10m
@@ -39,11 +39,11 @@ groups:
39
39
service: 'Azure SQL database'
40
40
namespace: cloud-provider-azure
41
41
annotations:
42
-
summary: 'High DTU consumption.'
42
+
summary: 'High database DTU consumption.'
43
43
description: 'Check active queries and optimize indexes or consider scaling up DTUs to handle load in {{ $labels.resourceName }} database.'
44
44
dashboard_uid: '82c5b6cf30db5b601c5cc3f5d8d4284d'
45
45
46
-
- alert: AzureHighStorageUsage
46
+
- alert: AzureDatabaseHighStorageUsage
47
47
expr: |
48
48
avg by (job,resourceGroup,subscriptionName,resourceName) (azure_microsoft_sql_servers_databases_storage_percent_maximum_percent{job=~".+",resourceGroup=~".+",subscriptionName=~".+",resourceName=~".+"}) > 85
49
49
for: 10m
@@ -53,11 +53,11 @@ groups:
53
53
service: 'Azure SQL database'
54
54
namespace: cloud-provider-azure
55
55
annotations:
56
-
summary: 'High Storage usage.'
56
+
summary: 'High database Storage usage.'
57
57
description: 'Archive or delete old data, or scale up storage capacity in {{ $labels.resourceName }} database.'
58
58
dashboard_uid: '82c5b6cf30db5b601c5cc3f5d8d4284d'
59
59
60
-
- alert: AzureHighDeadlockCount
60
+
- alert: AzureDatabaseHighDeadlockCount
61
61
expr: |
62
62
sum by (job,resourceGroup,subscriptionName,resourceName) (azure_microsoft_sql_servers_databases_deadlock_total_count{job=~".+",resourceGroup=~".+",subscriptionName=~".+",resourceName=~".+"}) > 5
63
63
for: 10m
@@ -67,11 +67,11 @@ groups:
67
67
service: 'Azure SQL database'
68
68
namespace: cloud-provider-azure
69
69
annotations:
70
-
summary: 'High Deadlock count.'
70
+
summary: 'High database Deadlock count.'
71
71
description: 'Check {{ $labels.resourceName }} database logs for deadlock details and optimize affected queries.'
72
72
dashboard_uid: '82c5b6cf30db5b601c5cc3f5d8d4284d'
73
73
74
-
- alert: AzureHighUserCpuUsage
74
+
- alert: AzureDatabaseHighUserCpuUsage
75
75
expr: |
76
76
avg by (job,resourceGroup,subscriptionName,resourceName) (azure_microsoft_sql_servers_databases_cpu_percent_average_percent{job=~".+",resourceGroup=~".+",subscriptionName=~".+",resourceName=~".+"}) > 80
77
77
for: 10m
@@ -81,11 +81,11 @@ groups:
81
81
service: 'Azure SQL database'
82
82
namespace: cloud-provider-azure
83
83
annotations:
84
-
summary: 'High User CPU usage.'
84
+
summary: 'High database User CPU usage.'
85
85
description: 'Identify high CPU queries on {{ $labels.resourceName }} database and optimize them.'
86
86
dashboard_uid: '82c5b6cf30db5b601c5cc3f5d8d4284d'
87
87
88
-
- alert: AzureHighSystemFailedConnections
88
+
- alert: AzureDatabaseHighSystemFailedConnections
89
89
expr: |
90
90
sum by (job,resourceGroup,subscriptionName,resourceName) (azure_microsoft_sql_servers_databases_connection_failed_total_count{job=~".+",resourceGroup=~".+",subscriptionName=~".+",resourceName=~".+"}) > 10
91
91
for: 5m
@@ -95,11 +95,11 @@ groups:
95
95
service: 'Azure SQL database'
96
96
namespace: cloud-provider-azure
97
97
annotations:
98
-
summary: 'High number of System Failed connections.'
98
+
summary: 'High number of database System Failed connections.'
99
99
description: 'Check network problems, firewall restrictions or high resource consumption affecting application access to the database {{ $labels.resourceName }}.'
100
100
dashboard_uid: '82c5b6cf30db5b601c5cc3f5d8d4284d'
101
101
102
-
- alert: AzureHighUserFailedConnections
102
+
- alert: AzureDatabaseHighUserFailedConnections
103
103
expr: |
104
104
sum by (job,resourceGroup,subscriptionName,resourceName) (azure_microsoft_sql_servers_databases_connection_failed_user_error_total_count{job=~".+",resourceGroup=~".+",subscriptionName=~".+",resourceName=~".+"}) > 10
105
105
for: 5m
@@ -109,11 +109,11 @@ groups:
109
109
service: 'Azure SQL database'
110
110
namespace: cloud-provider-azure
111
111
annotations:
112
-
summary: 'High number of User Failed connections.'
112
+
summary: 'High number of database User Failed connections.'
113
113
description: 'Check for authentication problems, network configuration errors, firewall issues, or resource constraints, affecting database accessibility for users on database {{ $labels.resourceName }}.'
114
114
dashboard_uid: '82c5b6cf30db5b601c5cc3f5d8d4284d'
115
115
116
-
- alert: AzureHighWorkerUsage
116
+
- alert: AzureDatabaseHighWorkerUsage
117
117
expr: |
118
118
avg by (job,resourceGroup,subscriptionName,resourceName) (azure_microsoft_sql_servers_databases_workers_percent_average_percent{job=~".+",resourceGroup=~".+",subscriptionName=~".+",resourceName=~".+"}) > 60
119
119
for: 5m
@@ -123,11 +123,11 @@ groups:
123
123
service: 'Azure SQL database'
124
124
namespace: cloud-provider-azure
125
125
annotations:
126
-
summary: 'High worker usage.'
126
+
summary: 'High database worker usage.'
127
127
description: 'Look for long execution queries, review the number of concurrent queries and requests being sent to the database or check if there are any blocking sessions or deadlocks into the {{ $labels.resourceName }} database.'
128
128
dashboard_uid: '82c5b6cf30db5b601c5cc3f5d8d4284d'
129
129
130
-
- alert: AzureHighDataIoUsage
130
+
- alert: AzureDatabaseHighDataIoUsage
131
131
expr: |
132
132
avg by (job,resourceGroup,subscriptionName,resourceName) (azure_microsoft_sql_servers_databases_physical_data_read_percent_average_percent{job=~".+",resourceGroup=~".+",subscriptionName=~".+",resourceName=~".+"}) > 90
133
133
for: 15m
@@ -137,11 +137,11 @@ groups:
137
137
service: 'Azure SQL database'
138
138
namespace: cloud-provider-azure
139
139
annotations:
140
-
summary: 'High data IO usage.'
140
+
summary: 'High database data IO usage.'
141
141
description: 'Review queries with high read or write activity, check if there are missing indexes or inefficient indexes that result in full table scans and assess the volume of transactions into the {{ $labels.resourceName }} database.'
142
142
dashboard_uid: '82c5b6cf30db5b601c5cc3f5d8d4284d'
143
143
144
-
- alert: AzureLowTempdbLogSpace
144
+
- alert: AzureDatabaseLowTempdbLogSpace
145
145
expr: |
146
146
avg by (job,resourceGroup,subscriptionName,resourceName) (azure_microsoft_sql_servers_databases_tempdb_log_used_percent_average_percent{job=~".+",resourceGroup=~".+",subscriptionName=~".+",resourceName=~".+"}) > 60
147
147
for: 5m
@@ -151,6 +151,6 @@ groups:
151
151
service: 'Azure SQL database'
152
152
namespace: cloud-provider-azure
153
153
annotations:
154
-
summary: 'Low tempdb log space.'
154
+
summary: 'Low database tempdb log space.'
155
155
description: 'Look for active sessions that might be using TempDB intensively, identify stored procedures or queries that create temporary tables or objects, and also look for long-running or memory-intensive queries that rely heavily on TempDB into the {{ $labels.resourceName }} database.'
0 commit comments