Skip to content

Commit b439904

Browse files
committed
Saurabh edits
1 parent 6eb5cd7 commit b439904

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

articles/storage/container-storage/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
href: clone-volume.md
3838
- name: Enable multi-zone storage redundancy
3939
href: enable-multi-zone-redundancy.md
40-
- name: Enable monitoring with Prometheus
40+
- name: Enable monitoring with managed Prometheus
4141
href: enable-monitoring.md
4242
- name: Remove Azure Container Storage
4343
href: remove-container-storage.md

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ description: Enable monitoring for stateful workloads running on Azure Container
44
author: khdownie
55
ms.service: azure-container-storage
66
ms.topic: how-to
7-
ms.date: 01/03/2025
7+
ms.date: 01/06/2025
88
ms.author: kendownie
99
---
1010

11-
# Enable monitoring for Azure Container Storage with Prometheus (preview)
11+
# Enable monitoring for Azure Container Storage with managed Prometheus (preview)
1212

13-
You can now monitor your stateful workloads running on Azure Container Storage service using Prometheus. Prometheus is a popular open-source monitoring and alerting solution that's widely used in Kubernetes environments to monitor and alert on infrastructure and workload performance.
13+
You can now monitor your stateful workloads running on Azure Container Storage service using managed Prometheus. Prometheus is a popular open-source monitoring and alerting solution that's widely used in Kubernetes environments to monitor and alert on infrastructure and workload performance.
1414

15-
[Azure Monitor managed service for Prometheus](/azure/azure-monitor/essentials/prometheus-metrics-overview#azure-monitor-managed-service-for-prometheus) is a component of[Azure Monitor Metrics](/azure/azure-monitor/essentials/data-platform-metrics)that provides a fully managed and scalable environment for running Prometheus. It enables collecting Prometheus metrics from your Azure Kubernetes Service (AKS) clusters to monitor your workloads.
15+
[Azure Monitor managed service for Prometheus](/azure/azure-monitor/essentials/prometheus-metrics-overview#azure-monitor-managed-service-for-prometheus) is a component of [Azure Monitor Metrics](/azure/azure-monitor/essentials/data-platform-metrics) that provides a fully managed and scalable environment for running Prometheus. It enables collecting Prometheus metrics from your Azure Kubernetes Service (AKS) clusters to monitor your workloads.
1616

17-
Prometheus metrics are stored in an Azure Monitor workspace, where you can analyze and visualize the data using[Azure Monitor Metrics Explorer with PromQL (preview)](/azure/azure-monitor/essentials/metrics-explorer) and [Azure Managed Grafana](/azure/managed-grafana/overview).
17+
Prometheus metrics are stored in an Azure Monitor workspace, where you can analyze and visualize the data using [Azure Monitor Metrics Explorer with PromQL (preview)](/azure/azure-monitor/essentials/metrics-explorer) and [Azure Managed Grafana](/azure/managed-grafana/overview).
1818

1919
## Prerequisites and limitations
2020

21-
This preview feature only supportsAzure Monitor managed service for Prometheus. If you have your own Prometheus instance deployed, then you must disable Azure Container Storage's Prometheus instance by running the following Azure CLI command. Replace `<cluster_name>` and `<resource_group_name>` with your own values.
21+
This preview feature only supports Azure Monitor managed service for Prometheus. If you have your own Prometheus instance deployed, then you must disable Azure Container Storage's Prometheus instance by running the following Azure CLI command. Replace `<cluster_name>` and `<resource_group_name>` with your own values.
2222

2323
```azurecli
2424
az k8s-extension update --cluster-type managedClusters --cluster-name <cluster_name> --resource-group <resource_group_name> --name azurecontainerstorage --config base.metrics.enablePrometheusStack=false
@@ -36,7 +36,7 @@ The default scrape frequency for all default targets and scrapes is 30 seconds.
3636

3737
### Metrics collected for default targets
3838

39-
The following Azure Container Storage targets areenabledby default, which means you don't have to provide any scrape job configuration for these targets:
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:
4040

4141
- `acstor-capacity-provisioner` (storage pool metrics)
4242
- `acstor-metrics-exporter` (disk metrics)
@@ -66,13 +66,13 @@ Azure Container Storage provides the following disk metrics collected from the `
6666
| `disk_read_operations_time_seconds_total` | The total time spent performing read operations in seconds. |
6767
| `disk_write_operations_time_seconds_total` | The total time spent performing write operations in seconds. |
6868
| `disk_errors_total` | Count of disk errors. |
69-
| `disk_read_bytes_total` | Thetotal number of bytes readsuccessfully. |
70-
| `disk_written_bytes_total` | Thetotal number of bytes writtensuccessfully. |
69+
| `disk_read_bytes_total` | The total number of bytes read successfully. |
70+
| `disk_written_bytes_total` | The total number of bytes written successfully. |
7171
| `disk_readonly_errors_gauge` | This is a gauge metric to measure read-only volume mounts. |
7272

7373
## Query Azure Container Storage metrics
7474

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

7777
To view Azure Container Storage metrics, follow these steps:
7878

0 commit comments

Comments
 (0)