Skip to content

Commit f7983b8

Browse files
committed
Updated per PR Reviewer feedback
1 parent 81cc325 commit f7983b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/aks/monitor-control-plane-metrics.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ms.service: azure-kubernetes-service
77
ms.custom:
88
ms.topic: how-to
99
ms.date: 01/31/2024
10+
ms.custom: references_regions
1011

1112
#CustomerIntent: As a platform engineer, I want to collect metrics from the control plane and monitor them for any potential issues
1213
---
@@ -61,14 +62,14 @@ When the status reflects *Registered*, refresh the registration of the *Microsof
6162
az provider register --namespace "Microsoft.ContainerService"
6263
```
6364

64-
## Enable Control plane metrics on your AKS cluster
65+
## Enable control plane metrics on your AKS cluster
6566

6667
You can enable control plane metrics with the Azure Monitor managed service for Prometheus add-on during cluster creation or for an existing cluster. To collect Prometheus metrics from your Kubernetes cluster, see [Enable Prometheus and Grafana for Kubernetes clusters][enable-monitoring-kubernetes-cluster] and follow the steps on the **CLI** tab for an AKS cluster. On the command-line, be sure to include the parameters `--generate-ssh-keys` and `--enable-managed-identity`.
6768

6869
>[!NOTE]
6970
> Unlike the metrics collected from cluster nodes, control plane metrics are collected by a component which isn't part of the **ama-metrics** add-on. Enabling the `AzureMonitorMetricsControlPlanePreview` feature flag and the managed prometheus add-on ensures control plane metrics are collected. After enabling metric collection, it can take several minutes for the data to appear in the workspace.
7071
71-
## Querying Control Plane metrics
72+
## Querying control plane metrics
7273

7374
Control plane metrics are stored in an Azure monitor workspace in the cluster's region. They can be queried directly from the workspace or through the Azure Managed Grafana instance connected to the workspace. To find the Azure Monitor workspace associated with the cluster, from the left-hand pane of your selected AKS cluster, navigate to the **Monitoring** section and select **Insights**. On the Container Insights page for the cluster, select **Monitor Settings**.
7475

0 commit comments

Comments
 (0)