|
| 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) |
0 commit comments