ManagedClusterMonitorProfileMetrics.IsControlPlaneEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether to enable or disable collection of control plane metrics by the Azure Managed Prometheus addon. Defaults to disabled. See aka.ms/aks/controlplane-metrics for details.
public bool? IsControlPlaneEnabled { get; set; }
member this.IsControlPlaneEnabled : Nullable<bool> with get, set
Public Property IsControlPlaneEnabled As Nullable(Of Boolean)