Managed Cluster Azure Monitor Profile Metrics Response
data class ManagedClusterAzureMonitorProfileMetricsResponse(val enabled: Boolean, val kubeStateMetrics: ManagedClusterAzureMonitorProfileKubeStateMetricsResponse? = null)
Metrics profile for the Azure Monitor managed service for Prometheus addon. Collect out-of-the-box Kubernetes infrastructure metrics to send to an Azure Monitor Workspace and configure additional scraping for custom targets. See aka.ms/AzureManagedPrometheus for an overview.
Constructors
Link copied to clipboard
constructor(enabled: Boolean, kubeStateMetrics: ManagedClusterAzureMonitorProfileKubeStateMetricsResponse? = null)