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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,21 @@ description: Enable monitoring for stateful workloads running on Azure Container
4
4
author: khdownie
5
5
ms.service: azure-container-storage
6
6
ms.topic: how-to
7
-
ms.date: 01/03/2025
7
+
ms.date: 01/06/2025
8
8
ms.author: kendownie
9
9
---
10
10
11
-
# Enable monitoring for Azure Container Storage with Prometheus (preview)
11
+
# Enable monitoring for Azure Container Storage with managed Prometheus (preview)
12
12
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.
14
14
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.
16
16
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).
18
18
19
19
## Prerequisites and limitations
20
20
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 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.
@@ -36,7 +36,7 @@ The default scrape frequency for all default targets and scrapes is 30 seconds.
36
36
37
37
### Metrics collected for default targets
38
38
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 areenabledby default, which means you don't have to provide any scrape job configuration for these targets:
40
40
41
41
-`acstor-capacity-provisioner` (storage pool metrics)
42
42
-`acstor-metrics-exporter` (disk metrics)
@@ -66,13 +66,13 @@ Azure Container Storage provides the following disk metrics collected from the `
66
66
|`disk_read_operations_time_seconds_total`| The total time spent performing read operations in seconds. |
67
67
|`disk_write_operations_time_seconds_total`| The total time spent performing write operations in seconds. |
68
68
|`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`| Thetotal number of bytes readsuccessfully. |
70
+
|`disk_written_bytes_total`| Thetotal number of bytes writtensuccessfully. |
71
71
|`disk_readonly_errors_gauge`| This is a gauge metric to measure read-only volume mounts. |
72
72
73
73
## Query Azure Container Storage metrics
74
74
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.
76
76
77
77
To view Azure Container Storage metrics, follow these steps:
0 commit comments