Skip to content

Commit 6e9437b

Browse files
authored
Merge pull request #121708 from braieralves/patch-9
Update monitor-control-plane-metrics.md
2 parents e2bdf82 + 85a7a81 commit 6e9437b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Perform the following steps to collect all metrics from all targets on the clust
131131

132132
1. Set `minimalingestionprofile = true` and verify the targets under `default-scrape-settings-enabled` that you want to scrape are set to `true`. The only targets you can specify are: `controlplane-apiserver`, `controlplane-cluster-autoscaler`, `controlplane-kube-scheduler`, `controlplane-kube-controller-manager`, and `controlplane-etcd`.
133133

134-
1. Under the `default-target-metrics-list`, specify the list of metrics for the `true` targets. For example,
134+
1. Under the `default-targets-metrics-keep-list`, specify the list of metrics for the `true` targets. For example,
135135

136136
```yaml
137137
controlplane-apiserver= "apiserver_admission_webhook_admission_duration_seconds| apiserver_longrunning_requests"
@@ -151,7 +151,7 @@ Perform the following steps to collect all metrics from all targets on the clust
151151

152152
1. Set `minimalingestionprofile = false` and verify the targets under `default-scrape-settings-enabled` that you want to scrape are set to `true`. The only targets you can specify here are `controlplane-apiserver`, `controlplane-cluster-autoscaler`, `controlplane-kube-scheduler`,`controlplane-kube-controller-manager`, and `controlplane-etcd`.
153153

154-
1. Under the `default-target-metrics-list`, specify the list of metrics for the `true` targets. For example,
154+
1. Under the `default-targets-metrics-keep-list`, specify the list of metrics for the `true` targets. For example,
155155

156156
```yaml
157157
controlplane-apiserver= "apiserver_admission_webhook_admission_duration_seconds| apiserver_longrunning_requests"

0 commit comments

Comments
 (0)