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
+35-5Lines changed: 35 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,36 +28,66 @@ 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 |
35
36
|:---|:---|
36
37
| Data retention | 18 months.<br>This limit can't be increased.
37
38
| Query time range | 32 days between the start time and end time of your PromQL query.<br>This limit can't be increased. |
38
-
| Query data limits | Over a 30-second window:<br>0.5-GB data returned per Azure Monitor workspace for client traffic. <br>1-GB data returned per Azure Monitor workspace for recording rules traffic.|
39
-
| Query time series per metric | 150,000 time series. |
39
+
| Query time series per metric | 500,000 time series. |
40
40
| Query samples returned | 50,000,000 samples per query. |
41
41
| Minimum query step size<br>with time range >= 48 hours | 60 seconds. |
42
42
43
+
**Query data limits**<br>
44
+
For client traffic:
45
+
46
+
| Limit | Value |
47
+
|:---|:---|
48
+
| Throttling window lookup length | 30 seconds |
49
+
| Data returned per Azure Monitor workspace | 0.5 GB |
50
+
51
+
For recording rules traffic:
52
+
53
+
| Limit | Value |
54
+
|:---|:---|
55
+
| Throttling window lookup length | 3 minutes |
56
+
| Data returned per Azure Monitor workspace | 1 GB |
57
+
43
58
**Query pre-parsing limits**<br>
44
-
Based on query time range and request type over a 30-second window.
59
+
Based on query time range and request type over a 30-second window (for client traffic):
45
60
46
61
| Limit | Value |
47
62
|:---|:---|
48
63
| Query hours per user (Azure Active Directory, managed identity, Azure Managed Grafana workspace) | 30,000 |
49
64
| Query hours per Azure Monitor workspace | 60,000 |
50
65
| Query hours per Azure tenant | 600,000 |
51
66
67
+
Based on query time range and request type over a 3-minute window (for recording rules traffic):
68
+
69
+
| Limit | Value |
70
+
|:---|:---|
71
+
| Query hours per Azure Monitor workspace | 60,000 |
72
+
| Query hours per Azure tenant | 600,000 |
73
+
52
74
**Query post-parsing limits**<br>
53
-
Based on query time range and range vectors in query over a 30-second window.
75
+
Based on query time range and range vectors in query over a 30-second window (for client traffic):
54
76
55
77
| Limit | Value |
56
78
|:---|:---|
57
79
| Query hours per user (Azure Active Directory, managed identity, Azure Managed Grafana workspace) | 2,000,000 |
58
80
| Query hours per Azure Monitor workspace | 2,000,000 |
59
81
| Query hours per Azure tenant | 20,000,000 |
60
82
83
+
Based on query time range and range vectors in query over a 3-minute window (for recording rules traffic):
84
+
85
+
| Limit | Value |
86
+
|:---|:---|
87
+
| Query hours per Azure Monitor workspace | 2,000,000 |
88
+
| Query hours per Azure tenant | 20,000,000 |
89
+
90
+
61
91
#### Alert and recording rules
62
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