Skip to content

Commit d8eb1ae

Browse files
committed
Add tag requirements section for gallery visibility
1 parent 2837109 commit d8eb1ae

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

articles/redis/grafana-dashboards.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,22 @@ Every saved dashboard is an **Azure resource**. You can manage it with Azure RBA
6969
> [!NOTE]
7070
> Dashboards saved from within an Azure Managed Redis resource are automatically associated with that resource and appear in the gallery under **Saved dashboards**.
7171
72+
## Ensure dashboards appear in Azure Managed Redis
73+
74+
Dashboards visible in **Dashboards with Grafana** inside an Azure Managed Redis resource use a specific resource tag:
75+
76+
| Name | Value |
77+
|---|---|
78+
| `GrafanaDashboardResourceType` | `microsoft.cache/redisenterprise` |
79+
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:
81+
82+
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.
85+
86+
After adding the tag, refresh the gallery. The dashboard appears under **Saved dashboards**.
87+
7288
## Use Grafana Explore
7389

7490
Grafana **Explore** helps you run ad-hoc queries without starting inside a dashboard. You can add the results to a new or existing dashboard.

0 commit comments

Comments
 (0)