Skip to content

Commit ac7869c

Browse files
Merge pull request #272571 from maud-lv/ml-grafanathrottling
Move Azure Managed Grafana limits to ARM docs
2 parents e921dc8 + 8a4009a commit ac7869c

File tree

3 files changed

+25
-12
lines changed

3 files changed

+25
-12
lines changed

articles/azure-resource-manager/management/azure-subscription-service-limits.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ The latest values for Azure Machine Learning Compute quotas can be found in the
215215

216216
[!INCLUDE [maps-limits](../../../includes/maps-limits.md)]
217217

218+
## Azure Managed Grafana limits
219+
220+
[!INCLUDE [Azure Managed Grafana limits](../../../includes/azure-managed-grafana-limits.md)]
221+
218222
## Azure Monitor limits
219223

220224
For Azure Monitor limits, see [Azure Monitor service limits](../../azure-monitor/service-limits.md).

articles/managed-grafana/known-limitations.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,7 @@ Azure Managed Grafana has the following known limitations:
4545

4646
The following quotas apply to the Essential (preview) and Standard plans.
4747

48-
| Limit | Description | Essential | Standard |
49-
|--------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------|------------------------|
50-
| Alert rules | Maximum number of alert rules that can be created. | Not supported | 500 per instance |
51-
| Dashboards | Maximum number of dashboards that can be created. | 20 per instance | Unlimited |
52-
| Data sources | Maximum number of datasources that can be created. | 5 per instance | Unlimited |
53-
| API keys | Maximum number of API keys that can be created. | 2 per instance | 100 per instance |
54-
| Data query timeout | Maximum wait duration for the reception of data query response headers, before Grafana times out. | 200 seconds | 200 seconds |
55-
| Data source query size | Maximum number of bytes that are read/accepted from responses of outgoing HTTP requests. | 80 MB | 80 MB |
56-
| Render image or PDF report wait time | Maximum duration for an image or report PDF rendering request to complete before Grafana times out. | Not supported | 220 seconds |
57-
| Instance count | Maximum number of instances in a single subscription per Azure region. | 1 | 20 |
58-
| Requests per IP | Maximum number of requests per IP per second. | 90 requests per second | 90 requests per second |
59-
| Requests per HTTP host | Maximum number of requests per HTTP host per second. The HTTP host stands for the Host header in incoming HTTP requests, which can describe each unique host client. | 45 requests per second | 45 requests per second |
48+
[!INCLUDE [Azure Managed Grafana limits](../../includes/azure-managed-grafana-limits.md)]
6049

6150
Each data source also has its own limits that can be reflected in Azure Managed Grafana dashboards, alerts and reports. We recommend that you research these limits in the documentation of each data source provider. For instance:
6251

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
author: maud-lv
3+
ms.service: managed-grafana
4+
ms.topic: include
5+
ms.date: 04/18/2024
6+
ms.author: malev
7+
---
8+
9+
| Limit | Description | Essential | Standard |
10+
|--------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------|------------------------|
11+
| Alert rules | Maximum number of alert rules that can be created. | Not supported | 500 per instance |
12+
| Dashboards | Maximum number of dashboards that can be created. | 20 per instance | Unlimited |
13+
| Data sources | Maximum number of datasources that can be created. | 5 per instance | Unlimited |
14+
| API keys | Maximum number of API keys that can be created. | 2 per instance | 100 per instance |
15+
| Data query timeout | Maximum wait duration for the reception of data query response headers, before Grafana times out. | 200 seconds | 200 seconds |
16+
| Data source query size | Maximum number of bytes that are read/accepted from responses of outgoing HTTP requests. | 80 MB | 80 MB |
17+
| Render image or PDF report wait time | Maximum duration for an image or report PDF rendering request to complete before Grafana times out. | Not supported | 220 seconds |
18+
| Instance count | Maximum number of instances in a single subscription per Azure region. | 1 | 20 |
19+
| Requests per IP | Maximum number of requests per IP per second. | 90 requests per second | 90 requests per second |
20+
| Requests per HTTP host | Maximum number of requests per HTTP host per second. The HTTP host stands for the Host header in incoming HTTP requests, which can describe each unique host client. | 45 requests per second | 45 requests per second |

0 commit comments

Comments
 (0)