Managed Cluster Azure Monitor Profile Kube State Metrics Response
data class ManagedClusterAzureMonitorProfileKubeStateMetricsResponse(val metricAnnotationsAllowList: String? = null, val metricLabelsAllowlist: String? = null)
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.
Properties
Link copied to clipboard
Comma-separated list of Kubernetes annotation keys that will be used in the resource's labels metric (Example: 'namespaces=kubernetes.io/team,...,pods=kubernetes.io/team,...'). By default the metric contains only resource name and namespace labels.
Link copied to clipboard
Comma-separated list of additional Kubernetes label keys that will be used in the resource's labels metric (Example: 'namespaces=k8s-label-1,k8s-label-n,...,pods=app,...'). By default the metric contains only resource name and namespace labels.