ManagedClusterAzureMonitorProfile

Azure Monitor addon profiles for monitoring the managed cluster.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

Name Type Description
metrics object Metrics profile for the Azure Monitor managed service for Prometheus addon.
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-managed-cluster-azure-monitor-profile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ManagedClusterAzureMonitorProfile",
  "type": "object",
  "description": "Azure Monitor addon profiles for monitoring the managed cluster.",
  "properties": {
    "metrics": {
      "type": "object",
      "description": "Metrics profile for the Azure Monitor managed service for Prometheus addon."
    }
  }
}