Skip to content

Commit 6eb5cd7

Browse files
committed
edits
1 parent 180f2c8 commit 6eb5cd7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/storage/container-storage/enable-monitoring.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
author: khdownie
55
ms.service: azure-container-storage
66
ms.topic: how-to
@@ -30,16 +30,18 @@ Azure Managed Grafana default dashboard support isn't currently enabled for Azur
3030

3131
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.
3232

33-
### Scrape frequency and metrics collected for default targets
33+
### Scrape frequency
3434

3535
The default scrape frequency for all default targets and scrapes is 30 seconds.
3636

37+
### Metrics collected for default targets
38+
3739
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:
3840

3941
- `acstor-capacity-provisioner` (storage pool metrics)
4042
- `acstor-metrics-exporter` (disk metrics)
4143

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).
4345

4446
#### Storage pool metrics
4547

@@ -72,7 +74,7 @@ Azure Container Storage provides the following disk metrics collected from the `
7274

7375
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.
7476

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:
7678

7779
1. Sign in to the [Azure portal](https://portal.azure.com?azure-portal=true) and navigate to your AKS cluster.
7880

@@ -84,7 +86,7 @@ To view Azure Container Storage metrics in the Azure Monitor workspace, follow t
8486

8587
:::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":::
8688

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.
8890

8991
:::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":::
9092

0 commit comments

Comments
 (0)