Skip to content

Commit 7d1c71b

Browse files
Merge pull request #266306 from aritraghosh/patch-11
Update monitor-control-plane-metrics.md
2 parents b94644e + 9e4a520 commit 7d1c71b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,15 @@ When you enable the add-on, you might have specified an existing workspace that
195195
196196
You can disable control plane metrics at any time, by either disabling the feature flag, disabling managed Prometheus, or by deleting the AKS cluster.
197197
198+
## Preview flag enabled after Managed Prometheus setup
199+
If the preview flag(`AzureMonitorMetricsControlPlanePreview`) was enabled on an existing Managed Prometheus cluster, it will require forcing an update for the cluster to emit control plane metrics
200+
201+
You can run an az aks update to ensure the cluster updates to start collecting control plane metrics.
202+
203+
```azurecli
204+
az aks update -n <cluster-name> -g <resource-group>
205+
```
206+
198207
> [!NOTE]
199208
> This action doesn't remove any existing data stored in your Azure Monitor workspace.
200209

0 commit comments

Comments
 (0)