Skip to content

Commit 378a3e9

Browse files
authored
Update azure-monitor-limits-metrics.md
1 parent faf30e8 commit 378a3e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/azure-monitor-limits-metrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ For recording rules traffic:
5656
| Data returned per Azure Monitor workspace | 1 GB |
5757

5858
**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):
6060

6161
| Limit | Value |
6262
|:---|:---|
6363
| Query hours per user (Azure Active Directory, managed identity, Azure Managed Grafana workspace) | 30,000 |
6464
| Query hours per Azure Monitor workspace | 60,000 |
6565
| Query hours per Azure tenant | 600,000 |
6666

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

6969
| Limit | Value |
7070
|:---|:---|
@@ -96,7 +96,7 @@ Based on query time range and range vectors in query over a 3-minute window (for
9696

9797
Query cost calculation is done as follows:
9898

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
100100

101101
*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
102102

0 commit comments

Comments
 (0)