Skip to content

Commit c3a2a61

Browse files
Merge pull request #263981 from maud-lv/ml-limits
Add throttling information
2 parents e28904c + 9cdee78 commit c3a2a61

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

articles/managed-grafana/known-limitations.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titlesuffix: Azure Managed Grafana
44
description: Learn about current technical or feature limitations you may encounter in the Azure Managed Grafana service.
55
ms.service: managed-grafana
66
ms.topic: troubleshooting
7-
ms.date: 10/18/2023
7+
ms.date: 01/23/2024
88
ms.author: malev
99
ms.custom: engagement-fy23
1010
author: maud-lv
@@ -41,20 +41,27 @@ Azure Managed Grafana has the following known limitations:
4141
| Team sync with Microsoft Entra ID | ❌ | ❌ |
4242
| Enterprise plugins | ❌ | ❌ |
4343

44-
## Quotas
44+
## Throttling limits and quotas
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 |
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 |
60+
61+
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:
62+
63+
* Refer to [Azure Monitor](/azure/azure-monitor/service-limits) to learn about Azure Monitor service limits including alerts, Prometheus metrics, data collection, logs and more.
64+
* Refer to [Azure Data Explorer](/azure/data-explorer/kusto/concepts/querylimits) to learn about Azure Data Explorer service limits.
5865

5966
## Next steps
6067

articles/managed-grafana/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The [Azure Managed Grafana pricing page](https://azure.microsoft.com/pricing/det
6060

6161
## Quotas
6262

63-
Different quotas apply to Azure Managed Grafana service instances depending on their service tiers. For a list of the quotas that apply to the Essential (preview) and Standard pricing plans, see [quotas](known-limitations.md#quotas).
63+
Different quotas apply to Azure Managed Grafana service instances depending on their service tiers. For a list of the quotas that apply to the Essential (preview) and Standard pricing plans, see [quotas](known-limitations.md#throttling-limits-and-quotas).
6464

6565
## Next steps
6666

0 commit comments

Comments
 (0)