Skip to content

Commit 30ced81

Browse files
committed
Update overview, limits
1 parent a646ed4 commit 30ced81

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

articles/managed-grafana/overview.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: maud-lv
66
ms.author: malev
77
ms.service: azure-managed-grafana
88
ms.topic: overview
9-
ms.date: 04/16/2025
9+
ms.date: 05/12/2025
1010
---
1111

1212
# What is Azure Managed Grafana?
@@ -39,10 +39,12 @@ Azure Managed Grafana is available in the two service tiers presented below.
3939

4040
| Tier | Description |
4141
|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
42-
| Essential (preview) | Provides the core Grafana functionalities in use with Azure data sources. Since it doesn't provide an SLA guarantee, this tier should be used only for non-production environments. |
43-
| Standard | The default tier, offering better performance, more features and an SLA. It's recommended for most situations. |
42+
| Essential (preview) | Provides the core Grafana functionalities in use with Azure data sources. Since it doesn't provide an SLA guarantee, this tier should only be used for non-production environments. |
43+
| Standard | The default tier, offering better performance, more features and an SLA. It's recommended for most situations. Two instance sizes are available within the Standard tier: **X1** and **X2**. The X2 size offers double the memory and supports 1,000 alert rules per organization, compared to 500 for the X1 size. The X2 size comes with at an additional cost. |
4444

45-
The [Azure Managed Grafana pricing page](https://azure.microsoft.com/pricing/details/managed-grafana/) gives more information on these tiers and the following table lists the main features supported in each tier:
45+
Refer to the [Azure Managed Grafana pricing page](https://azure.microsoft.com/pricing/details/managed-grafana/) for details about the costs of each tier and instance size.
46+
47+
The following table lists the main features supported in each tier:
4648

4749
| Feature | Essential (preview) | Standard |
4850
|--------------------------------------------------------------------------|-------------------------------------|-----------------------------------------------------------------------------------------------------------------|
@@ -64,7 +66,7 @@ The [Azure Managed Grafana pricing page](https://azure.microsoft.com/pricing/det
6466

6567
## Quotas
6668

67-
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).
69+
Different quotas apply to Azure Managed Grafana service instances depending on their service tiers and instance sizes. 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).
6870

6971
## Related content
7072

includes/azure-managed-grafana-limits.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ ms.date: 04/18/2024
66
ms.author: malev
77
---
88

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 | 50 |
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 |
9+
| Limit | Description | Essential | Standard X1 | Standard X2 |
10+
|--------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------|------------------------|------------------------|
11+
| Alert rules | Maximum number of alert rules that can be created. | Not supported | 500 per instance | 1000 per instance |
12+
| Dashboards | Maximum number of dashboards that can be created. | 20 per instance | Unlimited | Unlimited |
13+
| Data sources | Maximum number of datasources that can be created. | 5 per instance | Unlimited | Unlimited |
14+
| API keys | Maximum number of API keys that can be created. | 2 per instance | 100 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 | 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 | 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 | 220 seconds |
18+
| Instance count | Maximum number of instances in a single subscription per Azure region. | 1 | 50 | 50 |
19+
| Requests per IP | Maximum number of requests per IP per second. | 90 requests 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 | 45 requests per second |

0 commit comments

Comments
 (0)