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: includes/azure-monitor-limits-metrics.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,15 +56,15 @@ For recording rules traffic:
56
56
| Data returned per Azure Monitor workspace | 1 GB |
57
57
58
58
**Query pre-parsing limits**<br>
59
-
Based on query time range and request type over a 30-second window (for client traffic):
59
+
Based on query time range and request type, over a 30-second window (for client traffic):
60
60
61
61
| Limit | Value |
62
62
|:---|:---|
63
63
| Query hours per user (Microsoft Entra ID, managed identity, Azure Managed Grafana workspace) | 30,000 |
64
64
| Query hours per Azure Monitor workspace | 60,000 |
65
65
| Query hours per Azure tenant | 600,000 |
66
66
67
-
Based on query time range and request type over a 3-minute window (for recording rules traffic):
67
+
Based on query time range and request type, over a 3-minute window (for recording rules traffic):
68
68
69
69
| Limit | Value |
70
70
|:---|:---|
@@ -96,7 +96,7 @@ Based on query time range and range vectors in query over a 3-minute window (for
96
96
97
97
Query cost calculation is done as follows:
98
98
99
-
Query Cost = (Number of time series requested * (queried time duration in seconds / *Inferred time resolution of queried data*)) / 5000
99
+
Query Cost = (Number of time series requested * (queried time duration in seconds / *Inferred time resolution of queried data*)) / 5000
100
100
101
101
*Inferred time resolution of queried data* = Number of data points stored in any one randomly selected time series keys of queried metric / queried time duration in seconds
102
102
@@ -106,7 +106,7 @@ Prometheus alert rules and recording rules are defined in PromQL. They're perfor
106
106
| Limit | Value |
107
107
|:---|:---|
108
108
| Rule groups per Azure Monitor workspace, in an Azure subscription | 500<br>You can request an increase. |
109
-
| Rules per rule group | 20<br>You can request an increase. |
109
+
| Rules per rule group | 20<br> This limit can't be increased. |
110
110
| Rule group evaluation interval | Between 1-15 minutes.<br>Default is 1 minute. |
0 commit comments