Skip to content

Commit 92fa674

Browse files
committed
Create Monitor using metrics doc
1 parent 44e0976 commit 92fa674

File tree

5 files changed

+56
-5
lines changed

5 files changed

+56
-5
lines changed

articles/managed-grafana/how-to-monitor-managed-grafana-workspace.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,4 @@ Now that you've configured your diagnostic settings, Azure streams all new event
7676
## Next steps
7777

7878
> [!div class="nextstepaction"]
79-
> [Grafana UI](./grafana-app-ui.md)
80-
81-
> [!div class="nextstepaction"]
82-
> [Share an Azure Managed Grafana instance](./how-to-manage-access-permissions-users-identities.md)
79+
> [Monitor a workspace using metrics](./how-to-monitor-managed-grafana-metrics.md)
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Monitor Azure Managed Grafana metrics
3+
description: Learn how to monitor an Azure Managed Grafana workspace using Azure Monitor's metric chart
4+
author: maud-lv
5+
ms.author: malev
6+
ms.service: azure-managed-grafana
7+
ms.topic: how-to
8+
ms.date: 02/18/2025
9+
#customer intent: I want to monitor my Azure Managed Grafana workspace.
10+
---
11+
12+
# Monitor Azure Managed Grafana using Azure Monitor's metric chart
13+
14+
In this article, you learn how to leverage Azure Monitor's metric chart feature to monitor an Azure Managed Grafana workspace.
15+
16+
In Azure Monitor, metrics are a series of measured values and counts that are collected and stored over time. These metrics reflect the health and usage statistics of your Azure resources.
17+
18+
## Prerequisites
19+
20+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
21+
- An Azure Managed Grafana workspace. If you don't have one yet, [create an Azure Managed Grafana instance](./quickstart-managed-grafana-portal.md)
22+
23+
## Supported metrics
24+
25+
The following metrics are available for the Microsoft.Dashboard/grafana resource type.
26+
27+
* *HttpRequestCount*: The number of HTTP requests to the Azure Managed Grafana server.
28+
* *MemoryUsagePercentage*: The Azure Managed Grafana workspace memory usage in percent.
29+
30+
For more details about supported metrics, go to [Supported metrics for Microsoft.Dashboard/grafana](/azure/azure-monitor/reference/supported-metrics/microsoft-dashboard-grafana-metrics).
31+
32+
## Create a metric chart
33+
34+
These metrics can be accessed from your Azure Managed Grafana workspace, from Azure Monitor, and through the Azure Monitor API. The following section details how to create a metric chart in an Azure Managed Grafana workspace, in the Azure portal.
35+
36+
1. Open a Managed Grafana resource and go to **Monitoring** > **Metrics**.
37+
1. Configure your chart:
38+
* The scope and metric namespace are prepopulated.
39+
* Select a metric from the list.
40+
* Select an aggregation type along: count, average, min and max.
41+
* Select the time range and granularity that are relevant for your investigation.
42+
43+
:::image type="content" source="media/monitoring-metrics/metric-chart.png" alt-text="Screenshot of the Azure platform showing a metric chart.":::
44+
45+
1. Optionally create a new alert rule to be notified if the metric you configured exceeds or drops below a treshhold, or pin your dashboard to an Azure Dashboard, Grafana workspace or a Workbook.
46+
47+
## Next step
48+
49+
> [!div class="nextstepaction"]
50+
> [Monitor a workspace using diagnostic settings](./how-to-monitor-managed-grafana-workspace.md)

articles/managed-grafana/index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,12 @@ landingContent:
8787
links:
8888
- text: Encryption
8989
url: encryption.md
90-
- title: Configure monitoring
90+
- title: Monitor and alert
9191
linkLists:
9292
- linkListType: how-to-guide
9393
links:
94+
- text: Monitor using metrics
95+
url: how-to-monitor-managed-grafana-metrics.md
9496
- text: Monitor using diagnostic settings
9597
url: how-to-monitor-managed-grafana-workspace.md
9698
- text: Configure SMTP settings
84.7 KB
Loading

articles/managed-grafana/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ items:
9292
items:
9393
- name: Use service accounts
9494
href: how-to-service-accounts.md
95+
- name: Monitor using metrics
96+
href: how-to-monitor-managed-grafana-metrics.md
9597
- name: Monitor using diagnostic settings
9698
href: how-to-monitor-managed-grafana-workspace.md
9799
- name: Migrate to Azure Managed Grafana

0 commit comments

Comments
 (0)