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
| CPU percentage | CPU utilization across all nodes for the data warehouse | Maximum |
26
-
| Data IO percentage | IO Utilization across all nodes for the data warehouse | Maximum |
27
-
| Memory percentage | Memory utilization (SQL Server) across all nodes for the data warehouse | Maximum |
28
-
| Successful Connections | Number of successful connections to the data | Total |
29
-
| Failed Connections | Number of failed connections to the data warehouse | Total |
30
-
| Blocked by Firewall | Number of logins to the data warehouse which was blocked | Total |
31
-
| DWU limit | Service level objective of the data warehouse | Maximum |
32
-
| DWU percentage | Maximum between CPU percentage and Data IO percentage | Maximum |
33
-
| DWU used | DWU limit * DWU percentage | Maximum |
34
-
| Cache hit percentage | (cache hits / cache miss) * 100 where cache hits is the sum of all columnstore segments hits in the local SSD cache and cache miss is the columnstore segments misses in the local SSD cache summed across all nodes | Maximum |
35
-
| Cache used percentage | (cache used / cache capacity) * 100 where cache used is the sum of all bytes in the local SSD cache across all nodes and cache capacity is the sum of the storage capacity of the local SSD cache across all nodes | Maximum |
36
-
| Local tempdb percentage | Local tempdb utilization across all compute nodes - values are emitted every five minutes | Maximum |
25
+
| CPU percentage | CPU utilization across all nodes for the data warehouse | Avg, Min, Max |
26
+
| Data IO percentage | IO Utilization across all nodes for the data warehouse | Avg, Min, Max |
27
+
| Memory percentage | Memory utilization (SQL Server) across all nodes for the data warehouse | Avg, Min, Max |
28
+
| Active Queries | Number of active queries executing on the system | Sum |
29
+
| Queued Queries | Number of queued queries waiting to start executing | Sum |
30
+
| Successful Connections | Number of successful connections to the data | Sum, Count |
31
+
| Failed Connections | Number of failed connections to the data warehouse | Sum, Count |
32
+
| Blocked by Firewall | Number of logins to the data warehouse which was blocked | Sum, Count |
33
+
| DWU limit | Service level objective of the data warehouse | Avg, Min, Max |
34
+
| DWU percentage | Maximum between CPU percentage and Data IO percentage | Avg, Min, Max |
35
+
| DWU used | DWU limit * DWU percentage | Avg, Min, Max |
36
+
| Cache hit percentage | (cache hits / cache miss) * 100 where cache hits is the sum of all columnstore segments hits in the local SSD cache and cache miss is the columnstore segments misses in the local SSD cache summed across all nodes | Avg, Min, Max |
37
+
| Cache used percentage | (cache used / cache capacity) * 100 where cache used is the sum of all bytes in the local SSD cache across all nodes and cache capacity is the sum of the storage capacity of the local SSD cache across all nodes | Avg, Min, Max |
38
+
| Local tempdb percentage | Local tempdb utilization across all compute nodes - values are emitted every five minutes | Avg, Min, Max |
37
39
38
40
> Things to consider when viewing metrics and setting alerts:
0 commit comments