MonitoringConfig

Parameters that describe the Monitoring configuration in a cluster.

JSON representation
{
  "managedPrometheusConfig": {
    object (ManagedPrometheusConfig)
  },
  "cloudMonitoringConfig": {
    object (CloudMonitoringConfig)
  }
}
Fields
managedPrometheusConfig

object (ManagedPrometheusConfig)

Enable Google Cloud Managed Service for Prometheus in the cluster.

cloudMonitoringConfig

object (CloudMonitoringConfig)

Optionally enable GKE metrics. Only for Attached Clusters.

ManagedPrometheusConfig

ManagedPrometheusConfig defines the configuration for Google Cloud Managed Service for Prometheus.

JSON representation
{
  "enabled": boolean
}
Fields
enabled

boolean

Enable Managed Collection.

CloudMonitoringConfig

CloudMonitoringConfig defines the configuration for built-in Cloud Logging and Monitoring. Only for Attached Clusters.

JSON representation
{
  "enabled": boolean
}
Fields
enabled

boolean

Enable GKE-native logging and metrics. Only for Attached Clusters.