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
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,8 @@ The following limits apply to the data collection rule (DCR) and data collection
28
28
| Ingestion requests per minute to a data collection endpoint | 15,000<br>This limit can't be increased. |
29
29
| Data ingestion per minute to a data collection endpoint | 50 GB<br>This limit can't be increased. |
30
30
31
-
#### Queries
31
+
#### Queries
32
+
32
33
Prometheus queries are created by using PromQL and can be authored in either Azure Managed Grafana or self-managed Grafana.
33
34
34
35
| Limit | Value |
@@ -40,59 +41,52 @@ Prometheus queries are created by using PromQL and can be authored in either Azu
40
41
| Minimum query step size<br>with time range >= 48 hours | 60 seconds. |
41
42
42
43
**Query data limits**<br>
43
-
Based on query time range and request type over a 30-second window (Interactive query):
44
+
For client traffic:
44
45
45
46
| Limit | Value |
46
47
|:---|:---|
47
48
| Throttling window lookup length | 30 seconds |
48
49
| Data returned per Azure Monitor workspace | 0.5 GB |
49
50
50
-
Based on query time range and request type over a 30-second window (non-interactive query):
51
+
For recording rules traffic:
51
52
52
53
| Limit | Value |
53
54
|:---|:---|
54
55
| Throttling window lookup length | 3 minutes |
55
56
| Data returned per Azure Monitor workspace | 1 GB |
56
57
57
58
**Query pre-parsing limits**<br>
58
-
Based on query time range and request type over a 30-second window (Interactive query):
59
+
Based on query time range and request type over a 30-second window (for client traffic):
59
60
60
61
| Limit | Value |
61
62
|:---|:---|
62
63
| Query hours per user (Azure Active Directory, managed identity, Azure Managed Grafana workspace) | 30,000 |
63
64
| Query hours per Azure Monitor workspace | 60,000 |
64
65
| Query hours per Azure tenant | 600,000 |
65
66
66
-
Based on query time range and request type over a 3-minute window (Non-interactive query):
67
+
Based on query time range and request type over a 3-minute window (for recording rules traffic):
67
68
68
69
| Limit | Value |
69
70
|:---|:---|
70
71
| Query hours per Azure Monitor workspace | 60,000 |
71
72
| Query hours per Azure tenant | 600,000 |
72
73
73
74
**Query post-parsing limits**<br>
74
-
Based on query time range and range vectors in query over a 30-second window (Interactive query):
75
+
Based on query time range and range vectors in query over a 30-second window (for client traffic):
75
76
76
77
| Limit | Value |
77
78
|:---|:---|
78
79
| Query hours per user (Azure Active Directory, managed identity, Azure Managed Grafana workspace) | 2,000,000 |
79
80
| Query hours per Azure Monitor workspace | 2,000,000 |
80
81
| Query hours per Azure tenant | 20,000,000 |
81
82
82
-
Based on query time range and range vectors in query over a 3-minute window (Non-interactive query):
83
+
Based on query time range and range vectors in query over a 3-minute window (for recording rules traffic):
83
84
84
85
| Limit | Value |
85
86
|:---|:---|
86
87
| Query hours per Azure Monitor workspace | 2,000,000 |
87
88
| Query hours per Azure tenant | 20,000,000 |
88
89
89
-
**Query cost throttling limits**<br>
90
-
91
-
| Limit | Value |
92
-
|:---|:---|
93
-
| Maximum query cost per query | 15000 |
94
-
| Maximum query cost for recording rules query | 3000 |
95
-
96
90
97
91
#### Alert and recording rules
98
92
Prometheus alert rules and recording rules are defined in PromQL. They're performed on the managed Ruler service as part of Azure Monitor managed service for Prometheus.
0 commit comments