Managed Cluster Azure Monitor Profile Kube State Metrics Args
data class ManagedClusterAzureMonitorProfileKubeStateMetricsArgs(val metricAnnotationsAllowList: Output<String>? = null, val metricLabelsAllowlist: Output<String>? = null) : ConvertibleToJava<ManagedClusterAzureMonitorProfileKubeStateMetricsArgs>
Kube State Metrics profile for the Azure Managed Prometheus addon. These optional settings are for the kube-state-metrics pod that is deployed with the addon. See aka.ms/AzureManagedPrometheus-optional-parameters for details.
Constructors
Link copied to clipboard
fun ManagedClusterAzureMonitorProfileKubeStateMetricsArgs(metricAnnotationsAllowList: Output<String>? = null, metricLabelsAllowlist: Output<String>? = null)