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

microsoft-azure-kubernetes-service-managedclusterazuremonitorprofile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ManagedClusterAzureMonitorProfile",
  "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.",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Whether to enable the Prometheus collector."
        }
      },
      "example": "example_value"
    }
  }
}