Skip to content

Commit b8bc7df

Browse files
committed
Updating to address review comments
1 parent 92a9836 commit b8bc7df

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

includes/azure-monitor-limits-metrics.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ The following limits apply to the data collection rule (DCR) and data collection
2828
| Ingestion requests per minute to a data collection endpoint | 15,000<br>This limit can't be increased. |
2929
| Data ingestion per minute to a data collection endpoint | 50 GB<br>This limit can't be increased. |
3030

31-
#### Queries
31+
#### Queries
32+
3233
Prometheus queries are created by using PromQL and can be authored in either Azure Managed Grafana or self-managed Grafana.
3334

3435
| Limit | Value |
@@ -40,59 +41,52 @@ Prometheus queries are created by using PromQL and can be authored in either Azu
4041
| Minimum query step size<br>with time range >= 48 hours | 60 seconds. |
4142

4243
**Query data limits**<br>
43-
Based on query time range and request type over a 30-second window (Interactive query):
44+
For client traffic:
4445

4546
| Limit | Value |
4647
|:---|:---|
4748
| Throttling window lookup length | 30 seconds |
4849
| Data returned per Azure Monitor workspace | 0.5 GB |
4950

50-
Based on query time range and request type over a 30-second window (non-interactive query):
51+
For recording rules traffic:
5152

5253
| Limit | Value |
5354
|:---|:---|
5455
| Throttling window lookup length | 3 minutes |
5556
| Data returned per Azure Monitor workspace | 1 GB |
5657

5758
**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):
5960

6061
| Limit | Value |
6162
|:---|:---|
6263
| Query hours per user (Azure Active Directory, managed identity, Azure Managed Grafana workspace) | 30,000 |
6364
| Query hours per Azure Monitor workspace | 60,000 |
6465
| Query hours per Azure tenant | 600,000 |
6566

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):
6768

6869
| Limit | Value |
6970
|:---|:---|
7071
| Query hours per Azure Monitor workspace | 60,000 |
7172
| Query hours per Azure tenant | 600,000 |
7273

7374
**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):
7576

7677
| Limit | Value |
7778
|:---|:---|
7879
| Query hours per user (Azure Active Directory, managed identity, Azure Managed Grafana workspace) | 2,000,000 |
7980
| Query hours per Azure Monitor workspace | 2,000,000 |
8081
| Query hours per Azure tenant | 20,000,000 |
8182

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):
8384

8485
| Limit | Value |
8586
|:---|:---|
8687
| Query hours per Azure Monitor workspace | 2,000,000 |
8788
| Query hours per Azure tenant | 20,000,000 |
8889

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-
9690

9791
#### Alert and recording rules
9892
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

Comments
 (0)