Skip to content

Commit bd14a60

Browse files
committed
[AMR] Grafana dashboards
1 parent ba3e971 commit bd14a60

5 files changed

Lines changed: 23 additions & 27 deletions

File tree

articles/redis/grafana-dashboards.md

Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Dashboards with Grafana in Azure Managed Redis
2+
title: Dashboards with Grafana - Azure Managed Redis
33
description: Learn how to use the built-in Grafana experience in Azure Managed Redis to monitor cache performance, memory, operations, and connectivity with prebuilt dashboards and ad-hoc queries.
44
ms.topic: how-to
55
ms.date: 04/03/2026
66
---
77

88
# Dashboards with Grafana in Azure Managed Redis
99

10-
**Dashboards with Grafana** in [Azure Managed Redis](overview.md) brings [Azure Monitor's](/azure/azure-monitor/fundamentals/overview) built-in Grafana experience directly into the Azure portal. You can create and customize Grafana dashboards using your Azure Managed Redis metrics and logs without deploying a separate [Azure Managed Grafana](/azure/managed-grafana/overview) instance. Built-in Grafana controls support a wide range of visualization panels and client-side transformations.
10+
**Dashboards with Grafana** in [Azure Managed Redis](overview.md) bring [Azure Monitor's](/azure/azure-monitor/fundamentals/overview) built-in Grafana experience directly into the Azure portal. You can create and customize Grafana dashboards by using your Azure Managed Redis metrics and logs without deploying a separate [Azure Managed Grafana](/azure/managed-grafana/overview) instance. Built-in Grafana controls support a wide range of visualization panels and client-side transformations.
1111

1212
> [!NOTE]
13-
> This feature uses the Grafana experience built into Azure Monitor. It is separate from [Azure Managed Grafana](/azure/managed-grafana/overview), which is a standalone fully managed Grafana service.
13+
> This feature uses the Grafana experience built into Azure Monitor. It is separate from [Azure Managed Grafana](/azure/managed-grafana/overview), which is a standalone, fully managed Grafana service.
1414
1515
## Key capabilities
1616

@@ -28,31 +28,27 @@ ms.date: 04/03/2026
2828
## Open the Grafana experience in Azure Managed Redis
2929

3030
1. In the Azure portal, open your **Azure Managed Redis** resource.
31-
2. In the left menu, under **Monitoring**, select **Dashboards with Grafana**.
31+
1. In the left menu, under **Monitoring**, select **Dashboards with Grafana**.
3232

3333
The gallery lists **Azure-managed** dashboards and your **Saved dashboards** for the current Azure Managed Redis resource.
3434

35-
:::image type="content" source="media/grafana-dashboards/gallery.png" alt-text="Screenshot of the Dashboards with Grafana gallery in Azure Managed Redis, showing Featured dashboards including the Azure Managed Redis dashboard.":::
35+
:::image type="content" source="media/grafana-dashboards/gallery.png" alt-text="Screenshot of the Dashboards with Grafana gallery in Azure Managed Redis, showing Featured dashboards including the Azure Managed Redis dashboard." lightbox="media/grafana-dashboards/gallery.png":::
3636

3737
## Start quickly with prebuilt dashboards
3838

3939
Azure provides a prebuilt **Azure Managed Redis** dashboard with four sections:
4040

41-
**Summary** — at-a-glance stat panels:
42-
- CPU Usage, Memory Usage, Connected Clients, Total Operations, Cache Read, Cache Write
41+
**Summary** — at-a-glance stat panels for CPU Usage, Memory Usage, Connected Clients, Total Operations, Cache Read, Cache Write
4342

44-
**Performance** — time-series charts:
45-
- CPU & Memory, Read & Write
43+
**Performance** — time-series charts for CPU and Memory, Read and Write
4644

47-
**Operations** — time-series charts:
48-
- Operations (per second), Hit & Miss ratio
45+
**Operations** — time-series charts for Operations (per second) and Hit and Miss ratio
4946

50-
**Connectivity** — time-series charts:
51-
- Connected Clients, Geo Replication Healthy
47+
**Connectivity** — time-series charts for Connected Clients and Geo Replication Healthy.
5248

5349
To open the dashboard, select **Azure Managed Redis** from the gallery. Use the time range picker and the **Redis** and **Namespace** filters at the top to scope data to your resource.
5450

55-
:::image type="content" source="media/grafana-dashboards/dashboard-panels.png" alt-text="Screenshot of the Azure Managed Redis Grafana dashboard showing the Summary row with CPU Usage, Memory Usage, Connected Clients, Total Operations, Cache Read, and Cache Write panels, and the Performance section with a CPU and Memory time-series chart.":::
51+
:::image type="content" source="media/grafana-dashboards/dashboard-panels.png" alt-text="Screenshot of the Azure Managed Redis Grafana dashboard showing summary with CPU Usage, Memory Usage, Connected Clients, Total Operations, Cache Read, and Cache Write panels, and Performance section with a CPU and Memory time-series chart." lightbox="media/grafana-dashboards/dashboard-panels.png":::
5652

5753
## Create, edit, and save dashboards
5854

@@ -64,7 +60,7 @@ You can customize the prebuilt dashboard or start from scratch.
6460

6561
Every saved dashboard is an **Azure resource**. You can manage it with Azure RBAC, export an ARM template, and include the dashboard in automation pipelines.
6662

67-
:::image type="content" source="media/grafana-dashboards/edit-save.png" alt-text="Screenshot of the Azure Managed Redis Grafana dashboard toolbar with the Edit and Save As buttons highlighted.":::
63+
:::image type="content" source="media/grafana-dashboards/edit-save.png" alt-text="Screenshot of the Azure Managed Redis Grafana dashboard toolbar with the Edit and Save As buttons highlighted." lightbox="media/grafana-dashboards/edit-save.png":::
6864

6965
> [!NOTE]
7066
> Dashboards saved from within an Azure Managed Redis resource are automatically associated with that resource and appear in the gallery under **Saved dashboards**.
@@ -77,11 +73,11 @@ Dashboards visible in **Dashboards with Grafana** inside an Azure Managed Redis
7773
|---|---|
7874
| `GrafanaDashboardResourceType` | `microsoft.cache/redisenterprise` |
7975

80-
Dashboards you create **inside** an Azure Managed Redis resource receive this tag automatically. If you import or create a dashboard outside the resource and want it to appear in the gallery, add the tag manually:
76+
Dashboards you create *inside* an Azure Managed Redis resource receive this tag automatically. If you import or create a dashboard outside the resource and want it to appear in the gallery, add the tag manually:
8177

8278
1. Open the dashboard resource in the Azure portal.
83-
2. Select **Tags** and add the name and value shown above.
84-
3. Save the changes.
79+
1. Select **Tags**, and add the name and value shown in the preceding table.
80+
1. Save the changes.
8581

8682
After adding the tag, refresh the gallery. The dashboard appears under **Saved dashboards**.
8783

@@ -90,10 +86,10 @@ After adding the tag, refresh the gallery. The dashboard appears under **Saved d
9086
Grafana **Explore** helps you run ad-hoc queries without starting inside a dashboard. You can add the results to a new or existing dashboard.
9187

9288
1. From the top menu of the Grafana experience, select **Explore**.
93-
2. Choose a data source and build queries for the desired time range.
94-
3. Select **Add to dashboard** to turn the visualization into a panel.
89+
1. Choose a data source and build queries for the desired time range.
90+
1. Select **Add to dashboard** to turn the visualization into a panel.
9591

96-
:::image type="content" source="media/grafana-dashboards/explore.png" alt-text="Screenshot of the Grafana Explore view with Azure Monitor selected as the data source, a CPU metric query configured for an Azure Managed Redis resource, and a time-series graph showing results.":::
92+
:::image type="content" source="media/grafana-dashboards/explore.png" alt-text="Screenshot of the Grafana Explore view with Azure Monitor selected as data source, a CPU metric query configured for an Azure Managed Redis resource, and a time-series graph showing results." lightbox="media/grafana-dashboards/explore.png":::
9793

9894
## Manage access and automate at scale
9995

@@ -102,26 +98,26 @@ Grafana **Explore** helps you run ad-hoc queries without starting inside a dashb
10298

10399
## Costs
104100

105-
The Grafana experience within Azure Managed Redis has no additional cost beyond your [Azure Managed Redis](https://azure.microsoft.com/pricing/details/managed-redis/) resource charges. Standard Azure Monitor charges apply for any diagnostic data you configure to flow to Log Analytics workspaces, storage accounts, or event hubs.
101+
The Grafana experience within Azure Managed Redis has no extra cost beyond your [Azure Managed Redis](https://azure.microsoft.com/pricing/details/managed-redis/) resource charges. Standard Azure Monitor charges apply for any diagnostic data you configure to flow to Log Analytics workspaces, storage accounts, or event hubs.
106102

107103
## Limitations
108104

109-
- **Supports Azure data sources only.** Azure Monitor, Azure Monitor managed service for Prometheus, and Azure Data Explorer.
105+
- **Supports Azure data sources only.** These sources include Azure Monitor, Azure Monitor managed service for Prometheus, and Azure Data Explorer.
110106
- **Saved dashboards are scoped per resource.** Dashboards saved from within an Azure Managed Redis resource appear only in that resource's gallery.
111107

112108
## Troubleshooting
113109

114-
**Q: A saved dashboard doesn't appear in the gallery.**
110+
**Q: Why doesn't a saved dashboard appear in the gallery?**
115111

116112
A: Verify the dashboard was saved from within the Azure Managed Redis resource's **Dashboards with Grafana** experience. If you saved it elsewhere, open the gallery and select **Refresh**.
117113

118-
**Q: You can't save a dashboard.**
114+
**Q: Why can't I save a dashboard?**
119115

120116
A: Verify you have permissions to create resources in the target subscription and resource group.
121117

122-
**Q: Data doesn't load.**
118+
**Q: Why doesn't data load?**
123119

124-
A: Check that the Azure Managed Redis resource has [diagnostic settings configured](monitor-diagnostic-settings.md) and that the selected time range contains data. Diagnostic settings can take up to 90 minutes to start flowing after they are first configured.
120+
A: Check that the Azure Managed Redis resource has [diagnostic settings configured](monitor-diagnostic-settings.md) and that the selected time range contains data. Diagnostic settings can take up to 90 minutes to start flowing after they're first configured.
125121

126122
## Related content
127123

-19.1 KB
Loading
-20.7 KB
Loading
-15.4 KB
Loading
-16.2 KB
Loading

0 commit comments

Comments
 (0)