ManagedClusterAzureMonitorProfileArgs

data class ManagedClusterAzureMonitorProfileArgs(val metrics: Output<ManagedClusterAzureMonitorProfileMetricsArgs>? = null) : ConvertibleToJava<ManagedClusterAzureMonitorProfileArgs>

Azure Monitor addon profiles for monitoring the managed cluster.

Constructors

Link copied to clipboard
constructor(metrics: Output<ManagedClusterAzureMonitorProfileMetricsArgs>? = null)

Properties

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): ManagedClusterAzureMonitorProfileArgs