Skip to content

Commit 8034595

Browse files
committed
Tweaks
1 parent 23b250a commit 8034595

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AKS-Arc/control-plane-metrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ You can either install the extension from the Azure portal or using CLI.
4141

4242
# [Azure portal](#tab/azureportal)
4343

44-
Go to your Kubernetes instance, then select **Monitoring > Insights > Monitor Settings**.
44+
Go to your Kubernetes instance, then select **Monitoring > Insights > Monitor Settings**:
4545

4646
:::image type="content" source="media/control-plane-metrics/monitor-settings.png" alt-text="Screenshot of portal showing monitor settings." lightbox="media/control-plane-metrics/monitor-settings.png":::
4747

4848
#### [Azure CLI](#tab/azurecli)
4949

50-
The following command installs the managed Prometheus extension with a default Azure Monitor workspace.
50+
The following command installs the managed Prometheus extension with a default Azure Monitor workspace:
5151

5252
```azurecli
5353
az k8s-extension create --name azuremonitor-metrics --cluster-name <cluster-name> --resource-group <resource-group> --cluster-type connectedClusters --extension-type Microsoft.AzureMonitor.Containers.Metrics
@@ -82,7 +82,7 @@ ama-logs-rs-86bc9dd898-4p7pv 2/2 Running 0 5h29m
8282

8383
## Enable control plane metrics with custom configurations
8484

85-
After enabling the extension, you can view Prometheus Metrics from [targets scraped by default](/azure/azure-monitor/containers/prometheus-metrics-scrape-default#targets-scraped-by-default) in the Azure Monitor workspace. The [default ON targets](/azure/azure-monitor/containers/prometheus-metrics-scrape-configuration-minimal#minimal-ingestion-for-default-on-targets) include kubelet, kube-state-metrics, node-exporter, etc. To get started with kubelet metrics, use the PromQL below:
85+
After you enable the extension, you can view Prometheus Metrics from [targets scraped by default](/azure/azure-monitor/containers/prometheus-metrics-scrape-default#targets-scraped-by-default) in the Azure Monitor workspace. The [default ON targets](/azure/azure-monitor/containers/prometheus-metrics-scrape-configuration-minimal#minimal-ingestion-for-default-on-targets) include kubelet, kube-state-metrics, node-exporter, etc. To get started with kubelet metrics, use the PromQL below:
8686

8787
```bash
8888
kubelet_running_pods{cluster="<cluster_name>", instance="<instance_name>", job="kubelet"}

0 commit comments

Comments
 (0)