You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/container-storage/enable-monitoring.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Enable monitoring for Azure Container Storage
3
-
description: Learn how to enable monitoring for stateful workloads running on Azure Container Storage using Prometheus (preview) and Azure Monitor.
3
+
description: Enable monitoring for stateful workloads running on Azure Container Storage using Azure Monitor managed service for Prometheus.
4
4
author: khdownie
5
5
ms.service: azure-container-storage
6
6
ms.topic: how-to
@@ -30,16 +30,18 @@ Azure Managed Grafana default dashboard support isn't currently enabled for Azur
30
30
31
31
You can use Azure Monitor managed service for Prometheus to collect Azure Container Storage metrics along with other Prometheus metrics from your AKS cluster. To start collecting Azure Container Storage metrics, [enable Managed Prometheus on the AKS cluster](/azure/azure-monitor/containers/kubernetes-monitoring-enable?tabs=cli#enable-prometheus-and-grafana). If your AKS cluster already has Prometheus enabled, then installing Azure Container Storage on that cluster will automatically start collecting Azure Container Storage metrics.
32
32
33
-
### Scrape frequency and metrics collected for default targets
33
+
### Scrape frequency
34
34
35
35
The default scrape frequency for all default targets and scrapes is 30 seconds.
36
36
37
+
### Metrics collected for default targets
38
+
37
39
The following Azure Container Storage targets are enabled by default, which means you don't have to provide any scrape job configuration for these targets:
38
40
39
41
-`acstor-capacity-provisioner` (storage pool metrics)
40
42
-`acstor-metrics-exporter` (disk metrics)
41
43
42
-
You can customize data collection for these default targets using the Managed Prometheus ConfigMap. See [Customize scraping of Prometheus metrics in Azure Monitor](/azure/azure-monitor/containers/prometheus-metrics-scrape-configuration).
44
+
You can customize data collection for the default targets using the Managed Prometheus ConfigMap. See [Customize scraping of Prometheus metrics in Azure Monitor](/azure/azure-monitor/containers/prometheus-metrics-scrape-configuration).
43
45
44
46
#### Storage pool metrics
45
47
@@ -72,7 +74,7 @@ Azure Container Storage provides the following disk metrics collected from the `
72
74
73
75
Azure Container Storage metrics are stored in the Azure Monitor workspace that's associated with Managed Prometheus. You can query metrics directly from the workspace or through the Azure Managed Grafana instance that's connected to the workspace.
74
76
75
-
To view Azure Container Storage metrics in the Azure Monitor workspace, follow these steps:
77
+
To view Azure Container Storage metrics, follow these steps:
76
78
77
79
1. Sign in to the [Azure portal](https://portal.azure.com?azure-portal=true) and navigate to your AKS cluster.
78
80
@@ -84,7 +86,7 @@ To view Azure Container Storage metrics in the Azure Monitor workspace, follow t
84
86
85
87
:::image type="content" source="media/enable-monitoring/metrics.png" alt-text="Screenshot showing how to query Azure Container Storage metrics using the Azure portal." lightbox="media/enable-monitoring/metrics.png":::
86
88
87
-
1. Alternatively, you can select the Managed Grafana instance, and on the instance overview page, click on the Endpoint URL. This will navigate to the Grafana portal where you can query the Azure Container Storage metrics. The data source will be automatically configured for you to query metrics from the associated Azure Monitor workspace.
89
+
1. Alternatively, you can select the Managed Grafana instance, and on the instance overview page, click on the endpoint URL. This will navigate to the Grafana portal where you can query the metrics. The data source will be automatically configured for you to query metrics from the associated Azure Monitor workspace.
88
90
89
91
:::image type="content" source="media/enable-monitoring/dashboard.png" alt-text="Screenshot of an Azure Managed Prometheus dashboard and metrics browser." lightbox="media/enable-monitoring/dashboard.png":::
0 commit comments