Managed Cluster Azure Monitor Profile Metrics Args
data class ManagedClusterAzureMonitorProfileMetricsArgs(val enabled: Output<Boolean>, val kubeStateMetrics: Output<ManagedClusterAzureMonitorProfileKubeStateMetricsArgs>? = null) : ConvertibleToJava<ManagedClusterAzureMonitorProfileMetricsArgs>
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: Output<Boolean>, kubeStateMetrics: Output<ManagedClusterAzureMonitorProfileKubeStateMetricsArgs>? = null)